[arch-commits] Commit in hal-info/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Apr 13 17:17:38 UTC 2009


    Date: Monday, April 13, 2009 @ 13:17:38
  Author: jgc
Revision: 35441

upgpkg: hal-info 0.20090330-1

Modified:
  hal-info/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-13 17:17:07 UTC (rev 35440)
+++ PKGBUILD	2009-04-13 17:17:38 UTC (rev 35441)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=hal-info
-_date=20081219
+_date=20090330
 pkgver=0.${_date}
 pkgrel=1
 pkgdesc="Hardware Abstraction Layer information files"
@@ -10,11 +10,13 @@
 license=('GPL' 'custom')
 url="http://www.freedesktop.org/wiki/Software/hal"
 source=(http://hal.freedesktop.org/releases/hal-info-${_date}.tar.gz)
-md5sums=('be7d6d47fd18250a99a3267e712d8af7')
+md5sums=('7e2ff017f057f4288f120a7089b157a2')
 
 build() {
   cd "${srcdir}/${pkgname}-${_date}"
-  ./configure --prefix=/usr --sysconfdir=/etc || return 1
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --enable-killswitch-dell-wlan=no --enable-killswitch-dell-bluetooth=no \
+    --enable-killswitch-dell-wwan=no || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 




More information about the arch-commits mailing list