summaryrefslogtreecommitdiffstats
path: root/xfce/thunar-archive-plugin/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-03-30 21:28:52 +0200
committertnut <tnut at nutyx dot com>2011-03-30 21:28:52 +0200
commit65492ce48104c5884f0085ea6ff86bdc4f0dd0ec (patch)
treee078c84f6d41db27c82857fbe7fa3e9dcffe324a /xfce/thunar-archive-plugin/Pkgfile
parent7a3eb7ab1e586a77c4b1116b56aa2fa54c51dc67 (diff)
parent90ea5198056c590b750e617faa2792b451e03868 (diff)
downloadnutyx-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-xxfce/thunar-archive-plugin/Pkgfile23
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
-}
-