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

29 lines
652 B
Plaintext
Raw Permalink 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
# Gerekler: xfce4-libutil dbus-glib perl-glib
# Grup: sistem
_isim=xfconf
isim=xfce4-conf
surum=4.12.0
devir=1
kaynak=(http://archive.xfce.org/src/xfce/${_isim}/${surum%.*}/$_isim-$surum.tar.bz2)
derle() {
cd ${_isim}-$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
rm -r $PKG/usr/share/man
find $PKG -name perllocal.pod -exec rm {} \;
}