[arch-commits] CVS update of arch/build/system/bluez-utils (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Fri Sep 14 23:27:58 UTC 2007


    Date: Friday, September 14, 2007 @ 19:27:58
  Author: thomas
    Path: /home/cvs-arch/arch/build/system/bluez-utils

Modified: PKGBUILD (1.31 -> 1.32)

upgpkg: bluez-utils 3.18-1


----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)


Index: arch/build/system/bluez-utils/PKGBUILD
diff -u arch/build/system/bluez-utils/PKGBUILD:1.31 arch/build/system/bluez-utils/PKGBUILD:1.32
--- arch/build/system/bluez-utils/PKGBUILD:1.31	Fri Aug 17 11:57:02 2007
+++ arch/build/system/bluez-utils/PKGBUILD	Fri Sep 14 19:27:57 2007
@@ -1,16 +1,18 @@
-# $Id: PKGBUILD,v 1.31 2007/08/17 15:57:02 thomas Exp $
+# $Id: PKGBUILD,v 1.32 2007/09/14 23:27:57 thomas Exp $
 pkgname=bluez-utils
-pkgver=3.14
+pkgver=3.18
 pkgrel=1
 pkgdesc="Utilities for the Linux Bluetooth protocol stack"
 arch=(i686 x86_64)
 url="http://www.bluez.org/"
+makedepends=('alsa-lib')
 depends=('bluez-libs>=3.14' 'libusb' 'dbus>=0.93')
 license=('GPL')
 backup=(etc/bluetooth/{hcid.conf,rfcomm.conf,pin} etc/conf.d/bluetooth)
 source=(http://bluez.sf.net/download/bluez-utils-${pkgver}.tar.gz
-	bluetooth.rc bluetooth.conf.d)
-md5sums=('6fd1778c4b45b22290075fb6e935c2fa'
+        bluetooth.rc bluetooth.conf.d)
+options=(!libtool)
+md5sums=('2b6b4d519b8f75ef3990122934e660ba'
          '1291c1c1547af77a4955416fd34cfc1f'
          'dda606b16264859b007ec777c7a5627d')
 
@@ -19,7 +21,7 @@
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/lib \
     --localstatedir=/var --enable-pcmcia --enable-inotify --enable-alsa \
     --enable-cups --enable-pcmciarules --enable-bccmd --enable-avctrl \
-    --enable-dfutool
+    --enable-dfutool --enable-audio
   make || return 1
   # appease the RedHat-centric Makefile
   mkdir -p ${startdir}/pkg/etc/init.d




More information about the arch-commits mailing list