added icewm package
This commit is contained in:
parent
420a093e17
commit
3e7934904e
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue