updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / thunar-vfs / PKGBUILD
blobc5cbfcea749d74dc69bed4ba65c11991a276ff13
1 # Maintainer : SpepS <dreamspepser at yahoo dot it>
3 pkgname=thunar-vfs
4 pkgver=1.2.0
5 pkgrel=1
6 pkgdesc="Virtual filesystem shipped with the thunar 1.0 and earlier releases."
7 arch=('i686' 'x86_64')
8 url="http://www.xfce.org/"
9 license=('GPL2')
10 depends=('exo' 'startup-notification' 'hal' 'fam' 'gconf' 'libsm')
11 makedepends=('intltool')
12 options=('!libtool')
13 source=("http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2")
14 md5sums=('1fbc55af8ed98174f5c3c7f8daec10cc')
16 build() {
17   cd "$srcdir/$pkgname-$pkgver"
19   ./configure --prefix=/usr \
20               --sysconfdir=/etc \
21               --libexecdir=/usr/lib \
22               --localstatedir=/var \
23               --enable-startup-notification \
24               --enable-dbus \
25               --with-volume-manager=hal \
26               --disable-debug
27   make
30 package() {
31   cd "$srcdir/$pkgname-$pkgver"
33   make DESTDIR="$pkgdir/" install