summaryrefslogtreecommitdiffstats
path: root/thunar-archive-plugin/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'thunar-archive-plugin/Pkgfile')
-rw-r--r--thunar-archive-plugin/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/thunar-archive-plugin/Pkgfile b/thunar-archive-plugin/Pkgfile
new file mode 100644
index 000000000..6e30cc472
--- /dev/null
+++ b/thunar-archive-plugin/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Plugin pour thunar sous Xfce4
+# URL:
+# http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html
+# Maintainer: NuTyX core team
+# Packager: tnut at nutyx dot com
+# Depends on: thunar, xarchiver, xfce4-dev-tools
+# Run on: thunar,xarchiver
+
+name=thunar-archive-plugin
+version=0.3.0
+release=1
+source=(http://nutyx.meticul.eu/files/$name-$version.tar.bz2 )
+
+build() {
+cd thunar-archive-plugin-thunar-archive-plugin-$version
+ sh autogen.sh
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --enable-static=no
+ make
+ make DESTDIR=$PKG install
+}