# 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
# Run on:

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
}