summaryrefslogtreecommitdiffstats
path: root/thunar-volman/Pkgfile
blob: 52c38320a51690094258f9f9d12175699f64472c (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: Gestion des médias amovibles pour Thunar
# URL: http://goodies.xfce.org/projects/thunar-plugins/thunar-volman/
# Maintainer: git.xfce.org/xfce/thunar-volman
# Packager: thierryn1 at hispeed dot ch
# Depends on: dbus-glib, thunar, hicolor-icon-theme, libnotify
# Run on: dbus-glib,thunar,libnotify

name=thunar-volman
version=0.8.0
release=1
source=(http://archive.xfce.org/xfce/4.10/src/$name-$version.tar.bz2)

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