[arch-commits] Commit in bluez-firmware/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Wed Jun 23 15:47:30 UTC 2010


    Date: Wednesday, June 23, 2010 @ 11:47:29
  Author: andrea
Revision: 83873

upgpkg: bluez-firmware 1.2-5
rebuild arch any; use package()

Modified:
  bluez-firmware/trunk/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-23 14:43:30 UTC (rev 83872)
+++ PKGBUILD	2010-06-23 15:47:29 UTC (rev 83873)
@@ -1,23 +1,25 @@
-# Maintainer: Geoffroy Carrier <geoffroy at archlinux.org>
+# $Id: $
+# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 # Contributor: Stefano Zamprogno <stefano.zamprogno at gmail.com>
 
 pkgname=bluez-firmware
 pkgver=1.2
-pkgrel=4
-pkgdesc="Firmware for Broadcom BCM203x Blutonium devices"
+pkgrel=5
+pkgdesc="Firmware for Broadcom BCM203x and STLC2300 Bluetooth chips"
 url="http://www.bluez.org/"
-arch=('i686' 'x86_64')
+arch=('any')
 license=('GPL2')
-depends=()
-source=("http://bluez.sf.net/download/$pkgname-$pkgver.tar.gz")
+source=("http://bluez.sf.net/download/${pkgname}-${pkgver}.tar.gz")
+md5sums=('1cc3cefad872e937e05de5a0a2b390dd')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "${srcdir}/${pkgname}-${pkgver}"
 
-  ./configure --libdir=/lib || return 1
-  make || return 1
-  make DESTDIR="$pkgdir" install || return 1
+  ./configure --libdir=/lib
 }
 
-md5sums=('1cc3cefad872e937e05de5a0a2b390dd')
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list