summaryrefslogtreecommitdiffstats
path: root/xfce/thunar-vfs/Pkgfile
blob: ed704c4122ec8d853ef44cd825b83179c8ac7c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
}