summaryrefslogtreecommitdiffstats
path: root/xfce/thunar-archive-plugin/Pkgfile
blob: 6b093818b83409dd16f3abb64e02e83e0b7d320d (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: Plugin pour thunar sous Xfce4
# URL: http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html
# Maintainer: NuTyX core team
# Packager: fred.galusik at gmail dot com
# Depends on: thunar, xarchiver
# Run on:

name=thunar-archive-plugin
version=0.2.4
release=8
source=(http://download.berlios.de/xfce-goodies/$name-$version.tar.bz2 )

build() {
cd $name-$version
	./configure --prefix=/usr \
	--libexecdir=/usr/lib/xfce4 \
	--sysconfdir=/etc \
	--localstatedir=/var \
	--enable-static=no
	make
	make DESTDIR=$PKG install
}