summaryrefslogtreecommitdiffstats
path: root/xfce/libxfce4util/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 22:53:17 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 22:53:17 +0200
commit59613911e815d819b565306a49a8547479f47b8f (patch)
tree76e38c16d080b1dcc7b13d3f1fcb73f4b81d4942 /xfce/libxfce4util/Pkgfile
parentb9986b97038da8f883b1576551c8cae0361f8cc5 (diff)
downloadnutyx-pakxe-59613911e815d819b565306a49a8547479f47b8f.tar.gz
nutyx-pakxe-59613911e815d819b565306a49a8547479f47b8f.tar.bz2
nutyx-pakxe-59613911e815d819b565306a49a8547479f47b8f.tar.xz
nutyx-pakxe-59613911e815d819b565306a49a8547479f47b8f.zip
Ajout de libxfce4util#4.6.1-1
Diffstat (limited to 'xfce/libxfce4util/Pkgfile')
-rwxr-xr-xxfce/libxfce4util/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/xfce/libxfce4util/Pkgfile b/xfce/libxfce4util/Pkgfile
new file mode 100755
index 000000000..64949a260
--- /dev/null
+++ b/xfce/libxfce4util/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Librairie de base pour Xfce
+# URL: http://ww.xfce.org/projects/libraries/
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: glib, pygobject
+
+name=libxfce4util
+version=4.6.1
+release=1
+source=(http://www.xfce.org/archive/xfce-$version/src/$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
+}
+