diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 22:57:10 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 22:57:10 +0200 |
commit | c0ec07d8f6b40c6944c282896dee8f3b8646a45d (patch) | |
tree | f3b7b71555ee396d90d16f57fcf9e9e179e309e1 /xfce/thunar-archive-plugin/Pkgfile | |
parent | 562747194c40c9a7944e0a99de95d1af7d1a62b7 (diff) | |
download | nutyx-extra-c0ec07d8f6b40c6944c282896dee8f3b8646a45d.tar.gz nutyx-extra-c0ec07d8f6b40c6944c282896dee8f3b8646a45d.tar.bz2 nutyx-extra-c0ec07d8f6b40c6944c282896dee8f3b8646a45d.tar.xz nutyx-extra-c0ec07d8f6b40c6944c282896dee8f3b8646a45d.zip |
Ajout de thunar-archive-plugin#0.2.4-8
Diffstat (limited to 'xfce/thunar-archive-plugin/Pkgfile')
-rwxr-xr-x | xfce/thunar-archive-plugin/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/xfce/thunar-archive-plugin/Pkgfile b/xfce/thunar-archive-plugin/Pkgfile new file mode 100755 index 000000000..e72276159 --- /dev/null +++ b/xfce/thunar-archive-plugin/Pkgfile @@ -0,0 +1,22 @@ +# Description: Plugin pour thunar sous Xfce4 +# URL: http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html +# Maintainer: NuTyX core team +# Packager: fred.galusik at gmail dot com +# Depends on: thunar, xarchiver + +name=thunar-archive-plugin +version=0.2.4 +release=8 +source=(http://download.berlios.de/xfce-goodies/$name-$version.tar.bz2 ) + +build() { +cd $name-$version + ./configure --prefix=/usr \ + --libexecdir=/usr/lib/xfce4 \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --enable-static=no + make + make DESTDIR=$PKG install +} + |