summaryrefslogtreecommitdiffstats
path: root/extra/thunar-vfs/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:38:07 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:38:07 +0200
commitbd48fda598bb240ae38205645dad878bc6445136 (patch)
tree4174b1af74831648d62ea090f0efd241ce0a617f /extra/thunar-vfs/Pkgfile
parent34a8afbc00ea1dc0c3259695f755feb5090dfc2a (diff)
downloadnutyx-pakxe-bd48fda598bb240ae38205645dad878bc6445136.tar.gz
nutyx-pakxe-bd48fda598bb240ae38205645dad878bc6445136.tar.bz2
nutyx-pakxe-bd48fda598bb240ae38205645dad878bc6445136.tar.xz
nutyx-pakxe-bd48fda598bb240ae38205645dad878bc6445136.zip
thunar-vfs dans extra
Diffstat (limited to 'extra/thunar-vfs/Pkgfile')
-rwxr-xr-xextra/thunar-vfs/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/extra/thunar-vfs/Pkgfile b/extra/thunar-vfs/Pkgfile
new file mode 100755
index 000000000..269d981c1
--- /dev/null
+++ b/extra/thunar-vfs/Pkgfile
@@ -0,0 +1,25 @@
+# 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, xorg-libxdamage,hal, startup-notification,exo, gamin
+# Run on: exo,gamin,hal,startup-notification
+
+name=thunar-vfs
+version=1.2.0
+release=1
+source=(http://archive.xfce.org/src/xfce/$name/1.2/thunar-vfs-$version.tar.bz2 )
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr\
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --enable-startup-notification \
+ --disable-gnome-thumbnailers \
+ --with-volume-manager=hal
+ make
+ make DESTDIR=$PKG install
+}
+