crux-ports/ports/i/idesk/Pkgfile

27 lines
543 B
Plaintext
Raw Permalink Normal View History

2024-03-24 19:11:19 +00:00
# Description: Window manager: speed, simplicity, and not getting in the user's way.
# URL: http://www.icewm.org/
# Maintainer: Alexander Zhirov
# Depends on: imlib xorg-libice xorg-libxft xorg-libxinerama xorg-mkfontdir
name=idesk
version=0.7.8
release=1
source=(
https://github.com/neagix/idesk/archive/refs/tags/v$version.tar.gz
version.patch
)
build() {
cd $name-$version
patch -d . -p0 < ../version.patch
./configure \
--prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}