summaryrefslogtreecommitdiffstats
path: root/xfce/libxfce4ui/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-06-25 08:49:42 +0200
committertnut <thierryn1 at hispeed dot ch>2010-06-25 08:49:42 +0200
commite1c91c4d768e1460b934c4e8e90105c40c35e880 (patch)
treee6c27d27c375de69947b906faa5fb3df54d14c45 /xfce/libxfce4ui/Pkgfile
parentc55cfab7be6d32cf6d0433f828cae2bc77dc6b62 (diff)
downloadnutyx-extra-e1c91c4d768e1460b934c4e8e90105c40c35e880.tar.gz
nutyx-extra-e1c91c4d768e1460b934c4e8e90105c40c35e880.tar.bz2
nutyx-extra-e1c91c4d768e1460b934c4e8e90105c40c35e880.tar.xz
nutyx-extra-e1c91c4d768e1460b934c4e8e90105c40c35e880.zip
ajout de libxfce4ui#4.7.2-1
Diffstat (limited to 'xfce/libxfce4ui/Pkgfile')
-rwxr-xr-xxfce/libxfce4ui/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/xfce/libxfce4ui/Pkgfile b/xfce/libxfce4ui/Pkgfile
new file mode 100755
index 000000000..373272fc3
--- /dev/null
+++ b/xfce/libxfce4ui/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Librairie de l'interface graphique pour Xfce4
+# URL: http://www.xfce.org/projects/libraries/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: exo
+
+name=libxfce4ui
+version=4.7.2
+release=1
+source=(http://archive.xfce.org/src/xfce/$name/4.7/$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
+}
+