summaryrefslogtreecommitdiffstats
path: root/xfce/libxfce4util/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xfce/libxfce4util/Pkgfile')
-rwxr-xr-xxfce/libxfce4util/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/xfce/libxfce4util/Pkgfile b/xfce/libxfce4util/Pkgfile
deleted file mode 100755
index 9f25c11e5..000000000
--- a/xfce/libxfce4util/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Librairie de base pour Xfce
-# URL: http://ww.xfce.org/projects/libraries/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: pygobject,intltool
-# Run on:
-
-name=libxfce4util
-version=4.8.2
-release=1
-source=(http://archive.xfce.org/src/xfce/$name/4.8/$name-$version.tar.bz2)
-
-build() {
-cd $name-$version
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib/xfce4 \
- --localstatedir=/var \
- --disable-static
- make
- make DESTDIR=$PKG install
- rm -r $PKG/usr/share/gtk-doc
-}