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

28 lines
691 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: Garcon, GLib ve GIO'ya dayalı bir freedesktop.org uyumlu menü uygulamasıdır.
# URL: http://wiki.xfce.org/releng/4.6/general-info
# Paketçi: milisarge
# Gerekler: gtk3 xfce4-libui xfce4-libutil
# Grup: sistem
_isim=garcon
isim=xfce4-garcon
source /root/talimatname/genel/x/xfce4/surumler
surum="${xfce4_garcon_surum}";[ -z ${xfce4_garcon_surum} ] && \
surum=0.5.0
devir=2
kaynak=(http://archive.xfce.org/src/xfce/${_isim}/${surum%.*}/$_isim-$surum.tar.bz2)
derle() {
cd ${_isim}-$surum
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--disable-debug
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
}