[arch-commits] Commit in bluez-firmware/repos/extra-any (PKGBUILD PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Wed Feb 8 15:02:11 UTC 2012


    Date: Wednesday, February 8, 2012 @ 10:02:11
  Author: andrea
Revision: 149583

archrelease: copy trunk to extra-any

Added:
  bluez-firmware/repos/extra-any/PKGBUILD
    (from rev 149582, bluez-firmware/trunk/PKGBUILD)
Deleted:
  bluez-firmware/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   51 ++++++++++++++++++++++++++-------------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-08 15:01:55 UTC (rev 149582)
+++ PKGBUILD	2012-02-08 15:02:11 UTC (rev 149583)
@@ -1,25 +0,0 @@
-# $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=5
-pkgdesc="Firmware for Broadcom BCM203x and STLC2300 Bluetooth chips"
-url="http://www.bluez.org/"
-arch=('any')
-license=('GPL2')
-source=("http://bluez.sf.net/download/${pkgname}-${pkgver}.tar.gz")
-md5sums=('1cc3cefad872e937e05de5a0a2b390dd')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --libdir=/lib
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}

Copied: bluez-firmware/repos/extra-any/PKGBUILD (from rev 149582, bluez-firmware/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-08 15:02:11 UTC (rev 149583)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:
+# 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=6
+pkgdesc="Firmwares for Broadcom BCM203x and STLC2300 Bluetooth chips"
+url="http://www.bluez.org/"
+arch=('any')
+license=('GPL2')
+source=("http://bluez.sf.net/download/${pkgname}-${pkgver}.tar.gz")
+md5sums=('1cc3cefad872e937e05de5a0a2b390dd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --libdir=/lib
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list