summaryrefslogtreecommitdiffstats
path: root/xfce/thunar/Pkgfile
blob: b9963a5aaec1baaf3a7f5dfad05dbcdd3e1c8937 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Gestionnaire de fichiers pour Xfce
# URL: http://thunar.xfce.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: xfce4-panel
# Run on: xfce4-panel

name=thunar
version=1.2.0
release=1
source=(http://archive.xfce.org/xfce/4.8/src/Thunar-$version.tar.bz2 )

build() {
cd Thunar-$version
	./configure --prefix=/usr\
	--sysconfdir=/etc \
	--libexecdir=/usr/lib/xfce4 \
	--localstatedir=/var \
	--disable-gnome-thumbnailers
	make
	make DESTDIR=$PKG install
	rm -r $PKG/usr/share/{doc,gtk-doc}
}