added icewm package

This commit is contained in:
Alexander Zhirov 2024-03-14 18:56:59 +03:00
parent 420a093e17
commit 3e7934904e
1 changed files with 28 additions and 0 deletions

28
packages/i/icewm/Pkgfile Normal file
View File

@ -0,0 +1,28 @@
# 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
}