milis/talimatname/genel/x/xfce4-taskmanager/talimat

22 lines
474 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: Xfce için görev yöneticisi
# URL: http://goodies.xfce.org/projects/applications/xfce4-taskmanager
# Paketçi: milisarge
# Gerekler: gtk2 libwnck
name=xfce4-taskmanager
version=1.1.0
release=2
source=(http://archive.xfce.org/src/apps/$name/${version%.*}/$name-$version.tar.bz2)
derle() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static
make
make DESTDIR=$PKG install
}