summaryrefslogtreecommitdiffstats
path: root/garcon/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'garcon/Pkgfile')
-rwxr-xr-xgarcon/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/garcon/Pkgfile b/garcon/Pkgfile
new file mode 100755
index 000000000..37d328d32
--- /dev/null
+++ b/garcon/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Implementation des standards Menus de freedesktop.org pour Xfce
+# URL: http://wiki.xfce.org/releng/4.6/general-info
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: gtk, libxfce4util, gtk-doc
+# Run on: gtk,libxfce4util
+
+name=garcon
+version=0.1.9
+release=2
+source=(http://archive.xfce.org/src/xfce/garcon/${version%.*}/$name-$version.tar.bz2)
+
+build() {
+cd $name-$version
+ ./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
+}
+