milis/talimatname/genel/worker/talimat

17 lines
394 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: Hızlı,fonksiyonel X dosya yöneticisi
# URL: http://www.boomerangsworld.de/cms/worker/
# Packager: milisarge@gmail.com
# Depends on: xorg-libx11 xorg-libxft
name=worker
version=3.8.2
release=1
source=(http://www.boomerangsworld.de/cms/$name/downloads/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--enable-xft
make
make DESTDIR=$PKG install
}