[arch-commits] Commit in pmount/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Fri Apr 15 09:29:19 UTC 2011
Date: Friday, April 15, 2011 @ 05:29:18
Author: jgc
Revision: 119797
upgpkg: pmount 0.9.23-2
Remove hal support
Modified:
pmount/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-04-15 09:20:23 UTC (rev 119796)
+++ PKGBUILD 2011-04-15 09:29:18 UTC (rev 119797)
@@ -3,21 +3,20 @@
pkgname=pmount
pkgver=0.9.23
-pkgrel=1
+pkgrel=2
pkgdesc="mount removable devices as normal user"
arch=(i686 x86_64)
license=('GPL2')
url="http://pmount.alioth.debian.org/"
backup=('etc/pmount.allow')
depends=('sysfsutils>=2.0.0-1' 'bash')
-optdepends=('hal: needed for pmount-hal')
-makedepends=('intltool' 'hal')
+makedepends=('intltool')
source=(https://alioth.debian.org/frs/download.php/3310/pmount-0.9.23.tar.bz2)
+md5sums=('db19f5bf3151b1b41705ec7bafa439d3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --with-cryptsetup-prog=/sbin/cryptsetup || return 1
- make || return 1
- make DESTDIR="${pkgdir}" install || return 1
+ ./configure --prefix=/usr --disable-hal
+ make
+ make DESTDIR="${pkgdir}" install
}
-md5sums=('db19f5bf3151b1b41705ec7bafa439d3')
More information about the arch-commits
mailing list