Date: Tuesday, January 4, 2011 @ 13:20:38 Author: andyrtr Revision: 104646
add thunar-vfs pkg Added: thunar-vfs/ thunar-vfs/repos/ thunar-vfs/trunk/ thunar-vfs/trunk/PKGBUILD ----------+ PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) Added: thunar-vfs/trunk/PKGBUILD =================================================================== --- thunar-vfs/trunk/PKGBUILD (rev 0) +++ thunar-vfs/trunk/PKGBUILD 2011-01-04 18:20:38 UTC (rev 104646) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: AndyRTR <[email protected]> +# Contributor: Xavier Devlamynck <[email protected]> + +pkgname=thunar-vfs +pkgver=1.1.0 +pkgrel=1 +pkgdesc="Virtual filesystem shipped with the thunar 1.0 and earlier releases" +arch=('i686' 'x86_64') +license=('GPL2') +url="http://www.xfce.org/" +groups=('xfce4') +depends=('exo' 'startup-notification' 'hal' 'fam') +makedepends=('intltool') +options=('!libtool') +source=(http://archive.xfce.org/src/xfce/thunar-vfs/1.1/thunar-vfs-$pkgver.tar.bz2) +md5sums=('ef844b418f9f15729a3839494d8d9509') + +build() { + cd ${srcdir}/thunar-vfs-${pkgver} + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib \ + --localstatedir=/var \ + --disable-static \ + --enable-startup-notification \ + --enable-dbus \ + --with-volume-manager=hal \ + --disable-debug + make +} + +package() { + cd ${srcdir}/thunar-vfs-${pkgver} + make DESTDIR=${pkgdir} install +} Property changes on: thunar-vfs/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords + Id
