summaryrefslogtreecommitdiffstats
path: root/xfce/exo/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:38:04 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:38:04 +0200
commit55a4aa91740a169efacd4adbc2f6efef25222bbd (patch)
treea2ccaa3907a3e32db934c83f9c70bd3708891708 /xfce/exo/Pkgfile
parente21b42a42e7e30565bb241dcce8049267e091b3e (diff)
downloadnutyx-extra-55a4aa91740a169efacd4adbc2f6efef25222bbd.tar.gz
nutyx-extra-55a4aa91740a169efacd4adbc2f6efef25222bbd.tar.bz2
nutyx-extra-55a4aa91740a169efacd4adbc2f6efef25222bbd.tar.xz
nutyx-extra-55a4aa91740a169efacd4adbc2f6efef25222bbd.zip
exo dans extra
Diffstat (limited to 'xfce/exo/Pkgfile')
-rwxr-xr-xxfce/exo/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/xfce/exo/Pkgfile b/xfce/exo/Pkgfile
deleted file mode 100755
index 54d7e2819..000000000
--- a/xfce/exo/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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.1
-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}
-}