summaryrefslogtreecommitdiffstats
path: root/xfce/thunar-archive-plugin/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xfce/thunar-archive-plugin/Pkgfile')
-rwxr-xr-xxfce/thunar-archive-plugin/Pkgfile22
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
+}
+