diff options
author | tnut <tnut at nutyx dot com> | 2011-03-30 21:28:52 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-03-30 21:28:52 +0200 |
commit | 65492ce48104c5884f0085ea6ff86bdc4f0dd0ec (patch) | |
tree | e078c84f6d41db27c82857fbe7fa3e9dcffe324a /xfce/thunar-archive-plugin/Pkgfile | |
parent | 7a3eb7ab1e586a77c4b1116b56aa2fa54c51dc67 (diff) | |
parent | 90ea5198056c590b750e617faa2792b451e03868 (diff) | |
download | nutyx-extra-65492ce48104c5884f0085ea6ff86bdc4f0dd0ec.tar.gz nutyx-extra-65492ce48104c5884f0085ea6ff86bdc4f0dd0ec.tar.bz2 nutyx-extra-65492ce48104c5884f0085ea6ff86bdc4f0dd0ec.tar.xz nutyx-extra-65492ce48104c5884f0085ea6ff86bdc4f0dd0ec.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
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 -} - |