This commit is contained in:
root 2016-03-31 18:46:38 +03:00
parent 0b59cee8a3
commit 91b46228ad
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# 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
}