diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-01-04 19:20:33 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-01-04 19:20:33 +0100 |
commit | ab899151a0fd4d9380a93b3b4ff7038c38cc57d8 (patch) | |
tree | d90da54873524c9e51a22073a54d64894b06be78 /xfce/garcon/Pkgfile | |
parent | 9663780c8c41b576f96de7982be45e595959f416 (diff) | |
download | nutyx-pakxe-ab899151a0fd4d9380a93b3b4ff7038c38cc57d8.tar.gz nutyx-pakxe-ab899151a0fd4d9380a93b3b4ff7038c38cc57d8.tar.bz2 nutyx-pakxe-ab899151a0fd4d9380a93b3b4ff7038c38cc57d8.tar.xz nutyx-pakxe-ab899151a0fd4d9380a93b3b4ff7038c38cc57d8.zip |
ajout de garcon#0.1.4-1
Diffstat (limited to 'xfce/garcon/Pkgfile')
-rwxr-xr-x | xfce/garcon/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/xfce/garcon/Pkgfile b/xfce/garcon/Pkgfile new file mode 100755 index 000000000..9d2b589c4 --- /dev/null +++ b/xfce/garcon/Pkgfile @@ -0,0 +1,22 @@ +# 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, xfce4-dev-tools, gtk-doc + +name=garcon +version=0.1.4 +release=1 +source=(http://git.xfce.org/libs/garcon/snapshot/$name-$version.tar.bz2) + +build() { +cd $name-$version + ./autogen.sh --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/xfce4 \ + --localstatedir=/var \ + --disable-static + make + make DESTDIR=$PKG install +} + |