diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 22:49:29 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 22:49:29 +0200 |
commit | 60f66e3fb8520616da13abeb962c3d73ae0aac19 (patch) | |
tree | b4b12af7bc862924c7c6f3747b6747e2933d9e70 /xfce/exo/Pkgfile | |
parent | 93ffab5a2d1fa583b6dcb603dd72fdba16c4b6ef (diff) | |
download | nutyx-pakxe-60f66e3fb8520616da13abeb962c3d73ae0aac19.tar.gz nutyx-pakxe-60f66e3fb8520616da13abeb962c3d73ae0aac19.tar.bz2 nutyx-pakxe-60f66e3fb8520616da13abeb962c3d73ae0aac19.tar.xz nutyx-pakxe-60f66e3fb8520616da13abeb962c3d73ae0aac19.zip |
Ajout de exo#0.3.101-2
Diffstat (limited to 'xfce/exo/Pkgfile')
-rwxr-xr-x | xfce/exo/Pkgfile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/xfce/exo/Pkgfile b/xfce/exo/Pkgfile new file mode 100755 index 000000000..e71d321f0 --- /dev/null +++ b/xfce/exo/Pkgfile @@ -0,0 +1,28 @@ +# Description: Librairie d'extension pour Xfce +# URL: http://www.os-cillation.de/ +# Maintainer: NuTyX core team +# Packager: fred.galusik at gmail dot com +# Depends on: hal, fuse, libnotify, libxfce4util, perl, p5-uri, pygtk, python + +name=exo +version=0.3.101 +release=2 +source=(http://www.xfce.org/archive/xfce-4.6.1/src/$name-$version.tar.bz2 \ +exo-alt-eject.patch \ +exo-mount-options.patch) + +build() { +cd $name-$version +patch -p1 < ../exo-alt-eject.patch +patch -p1 < ../exo-mount-options.patch + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/xfce4 \ + --localstatedir=/var \ + --disable-static \ + --enable-python \ + --enable-notifications + make + make DESTDIR=$PKG install +} + |