summaryrefslogtreecommitdiffstats
path: root/test/garcon/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'test/garcon/Pkgfile')
-rwxr-xr-xtest/garcon/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/garcon/Pkgfile b/test/garcon/Pkgfile
deleted file mode 100755
index 9b732cc75..000000000
--- a/test/garcon/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
-
-name=garcon
-version=0.1.1
-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
-}
-