2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Garcon, GLib ve GIO'ya dayalı bir freedesktop.org uyumlu menü uygulamasıdır.
|
2016-03-02 16:12:51 +01:00
|
|
|
|
# URL: http://wiki.xfce.org/releng/4.6/general-info
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: gtk3 xfce4-libui xfce4-libutil
|
2016-03-02 16:12:51 +01:00
|
|
|
|
|
|
|
|
|
_name=garcon
|
|
|
|
|
|
|
|
|
|
name=xfce4-garcon
|
|
|
|
|
version=0.5.0
|
|
|
|
|
release=2
|
|
|
|
|
|
|
|
|
|
source=(http://archive.xfce.org/src/xfce/garcon/0.5/${_name}-$version.tar.bz2)
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd ${_name}-$version
|
|
|
|
|
./configure \
|
|
|
|
|
--prefix=/usr \
|
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
|
--localstatedir=/var \
|
|
|
|
|
--disable-static \
|
|
|
|
|
--disable-debug
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
2016-04-03 17:09:19 +02:00
|
|
|
|
rm -r $PKG/usr/share/gtk-doc
|
2016-03-02 16:12:51 +01:00
|
|
|
|
}
|