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

name=thunar-archive-plugin
version=0.3.0
release=1
source=(http://nutyx.meticul.eu/files/$name-$version.tar.bz2 )

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