milis/talimatname/genel/w/worker/talimat

19 lines
406 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: Hızlı,fonksiyonel X dosya yöneticisi
# URL: http://www.boomerangsworld.de/cms/worker/
# Paketçi: milisarge@gmail.com
# Gerekler: xorg-libx11 xorg-libxft
# Grup: sistem masaüstü
isim=worker
surum=3.8.2
devir=1
kaynak=(http://www.boomerangsworld.de/cms/$isim/downloads/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--enable-xft
make
make DESTDIR=$PKG install
}