summaryrefslogtreecommitdiffstats
path: root/xfce/libxfcegui4/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xfce/libxfcegui4/Pkgfile')
-rwxr-xr-xxfce/libxfcegui4/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/xfce/libxfcegui4/Pkgfile b/xfce/libxfcegui4/Pkgfile
new file mode 100755
index 000000000..e7bef58dc
--- /dev/null
+++ b/xfce/libxfcegui4/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Interface graphique pour Xfce
+# URL: http://www.xfce.org/projects/libraries/
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: dbh, gtk, hicolor-icon-theme, libglade, libxfce4util, startup-notification, xfconf
+
+name=libxfcegui4
+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
+}
+