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

28 lines
614 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: Xfconf, Xfce için yapılandırma depolama sistemidir.
# URL: http://wiki.xfce.org/releng/4.6/general-info
# Paketçi: milisarge@gmail.com
# Gerekler: xfce4-libutil dbus-glib perl-glib
_isim=xfconf
isim=xfce4-conf
surum=4.12.0
devir=1
kaynak=(http://archive.xfce.org/xfce/${surum%.*}-$surum.tar.bz2)
derle() {
cd ${_name}-$surum
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \
--localstatedir=/var \
--disable-static \
--disable-debug
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
find $PKG -name perllocal.pod -exec rm {} \;
}