From e954511d9647dded6b76b30e069c374802d7595a Mon Sep 17 00:00:00 2001 From: Thierry N Date: Fri, 21 Aug 2009 22:53:41 +0200 Subject: Ajout de libxfcegui4#4.6.1-1 --- xfce/libxfcegui4/Pkgfile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 xfce/libxfcegui4/Pkgfile (limited to 'xfce/libxfcegui4/Pkgfile') 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 +} + -- cgit v1.2.3-54-g00ecf