milis/talimatname/genel/i/icewm/talimat

26 lines
496 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.

# Tanım: IceWM, hedefi hız ve hafiflik olan bir pencere yöneticisi
# URL: http://www.icewm.org/
# Paketçi: milisarge
# Gerekler: xorg gdk-pixbuf
isim=icewm
surum=1.3.8
devir=1
kaynak=(http://downloads.sourceforge.net/icewm/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
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
}