milis/talimatname/genel/icewm/talimat

26 lines
511 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: IceWM, hedefi hız ve hafiflik olan bir pencere yöneticisi
# URL: http://www.icewm.org/
# Packager: milisarge
# Depends on: xorg gdk-pixbuf
name=icewm
version=1.3.8
release=1
source=(http://downloads.sourceforge.net/icewm/$name-$version.tar.gz)
build() {
cd $name-$version
sed -i '/^LIBS/s/\(.*\)/\1 -lfontconfig/' src/Makefile.in &&
./configure --prefix=/usr
make
make DESTDIR=$PKG install
make DESTDIR=$PKG install-docs
make DESTDIR=$PKG install-man
make DESTDIR=$PKG install-desktop
}