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