crux-ports/ports/i/icewm/Pkgfile

29 lines
652 B
Plaintext
Raw Normal View History

2024-03-14 15:56:59 +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=icewm
version=3.4.6
release=1
source=(https://github.com/ice-wm/icewm/releases/download/$version/$name-$version.tar.lz)
build() {
cd $name-$version
# mkdir build
# cd build
# cmake -DCMAKE_INSTALL_PREFIX=/usr ..
./configure \
--prefix=/usr \
# --enable-i18n \
# --enable-x86-asm \
# --enable-lite
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}