diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 23:04:18 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 23:04:18 +0200 |
commit | 4e6930df908f62560e845837aa6c83c7ba4876cb (patch) | |
tree | f674e0cf462a775054e056e405a9429fa841ce95 /xfce/xfce4-places-plugin/Pkgfile | |
parent | d85b2702844436e2f3e23ff8d094ca63f9704319 (diff) | |
download | nutyx-extra-4e6930df908f62560e845837aa6c83c7ba4876cb.tar.gz nutyx-extra-4e6930df908f62560e845837aa6c83c7ba4876cb.tar.bz2 nutyx-extra-4e6930df908f62560e845837aa6c83c7ba4876cb.tar.xz nutyx-extra-4e6930df908f62560e845837aa6c83c7ba4876cb.zip |
Ajout de xfce4-places-plugin#1.1.0-5
Diffstat (limited to 'xfce/xfce4-places-plugin/Pkgfile')
-rwxr-xr-x | xfce/xfce4-places-plugin/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/xfce/xfce4-places-plugin/Pkgfile b/xfce/xfce4-places-plugin/Pkgfile new file mode 100755 index 000000000..3f5a7b5e2 --- /dev/null +++ b/xfce/xfce4-places-plugin/Pkgfile @@ -0,0 +1,22 @@ +# Description: Raccourcis vers documents, dossiers et medias amovibles +# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin +# Maintainer: NuTyX core team +# Packager: fred.galusik at gmail dot com +# Depends on: thunar, xfce4-panel + +name=xfce4-places-plugin +version=1.1.0 +release=5 +source=(http://goodies.xfce.org/releases/$name/$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 +} + |