summaryrefslogtreecommitdiffstats
path: root/extra/thunar/Pkgfile
blob: c84e6cb81b11871080be15d87459307185cd6f2e (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
# Description: Gestionnaire de fichiers pour Xfce
# URL: http://thunar.xfce.org
# Maintainer: NuTyX core team
# Packager: tnut at nutyx dot com
# Depends on: xorg-libxdamage,xfce4-panel,libexif,desktop-file-utils,tumbler
# Run on: xfce4-panel,libexif,desktop-file-utils,tumbler

name=thunar
version=1.3.0
#1.2.3
release=2
source=(http://archive.xfce.org/src/xfce/$name/1.3/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}
}