milis/talimatname/genel/xfce4-garcon/talimat

26 lines
577 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.

# Description: Garcon, GLib ve GIO'ya dayalı bir freedesktop.org uyumlu menü uygulamasıdır.
# URL: http://wiki.xfce.org/releng/4.6/general-info
# Packager: milisarge
# Depends on: gtk3 xfce4-libui xfce4-libutil
_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
rm -r $PKG/usr/share/gtk-doc
}