diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-30 20:41:22 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-30 20:41:22 +0200 |
commit | 03b85634429e09cf5498ea57b0d479256874e8f3 (patch) | |
tree | a2a86c6f94621ed65c7f1a7ceeec69d4ce974d27 /xfce/thunar-archive-plugin/Pkgfile | |
parent | 287abd81c8e26b591ecb060f0eb5afe3161fa33a (diff) | |
download | nutyx-extra-03b85634429e09cf5498ea57b0d479256874e8f3.tar.gz nutyx-extra-03b85634429e09cf5498ea57b0d479256874e8f3.tar.bz2 nutyx-extra-03b85634429e09cf5498ea57b0d479256874e8f3.tar.xz nutyx-extra-03b85634429e09cf5498ea57b0d479256874e8f3.zip |
thunar-archive-plugin dans ouvert
Diffstat (limited to 'xfce/thunar-archive-plugin/Pkgfile')
-rwxr-xr-x | xfce/thunar-archive-plugin/Pkgfile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/xfce/thunar-archive-plugin/Pkgfile b/xfce/thunar-archive-plugin/Pkgfile deleted file mode 100755 index d5470b381..000000000 --- a/xfce/thunar-archive-plugin/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# 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 -# Run 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 -} - |