summaryrefslogtreecommitdiffstats
path: root/exo/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'exo/Pkgfile')
-rwxr-xr-xexo/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/exo/Pkgfile b/exo/Pkgfile
new file mode 100755
index 000000000..aa5e44250
--- /dev/null
+++ b/exo/Pkgfile
@@ -0,0 +1,25 @@
+# Description: Librairie d'extension pour Xfce
+# URL: http://www.os-cillation.de/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: fuse, xorg-libxdamage,libnotify, libxfce4util, p5-uri, pygtk, xorg-libxinerama, xorg-libxrandr, xorg-libxcursor
+# Run on: atk,cairo,expat,fontconfig,freetype,glib,glitz,gtk,libpng,libxfce4util,pygtk
+
+name=exo
+version=0.6.2
+release=1
+source=(http://archive.xfce.org/src/xfce/$name/0.6/$name-$version.tar.bz2)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-static \
+ --enable-python \
+ --enable-notifications
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/{gtk-doc,doc}
+}