summaryrefslogtreecommitdiffstats
path: root/xfce/libxfce4ui/Pkgfile
diff options
context:
space:
mode:
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
+}
+