summaryrefslogtreecommitdiffstats
path: root/xfce/thunar-vfs/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xfce/thunar-vfs/Pkgfile')
-rwxr-xr-xxfce/thunar-vfs/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/xfce/thunar-vfs/Pkgfile b/xfce/thunar-vfs/Pkgfile
new file mode 100755
index 000000000..ed704c412
--- /dev/null
+++ b/xfce/thunar-vfs/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Librairie vfs pour thunar
+# URL: http://thunar.xfce.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: intltool, xorg-libx11, exo
+
+name=thunar-vfs
+version=1.1.1
+release=1
+source=(http://archive.xfce.org/xfce/4.8pre3/src/thunar-vfs-$version.tar.bz2 )
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr\
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-gnome-thumbnailers
+ make
+ make DESTDIR=$PKG install
+}
+