Date: Sunday, April 8, 2012 @ 18:36:06
  Author: tomegun
Revision: 155891

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2012-04-08 22:35:49 UTC (rev 155890)
+++ PKGBUILD    2012-04-08 22:36:06 UTC (rev 155891)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Geoffroy Carrier <[email protected]>
-# Contributor: Giovanni Scafora <[email protected]>
-# Contributor: Stefano Zamprogno <[email protected]>
-
-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
-}

Copied: bluez-firmware/repos/extra-any/PKGBUILD (from rev 155890, 
bluez-firmware/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2012-04-08 22:36:06 UTC (rev 155891)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Tom Gundersen <[email protected]>
+# Contributor: Geoffroy Carrier <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: Stefano Zamprogno <[email protected]>
+
+pkgname=bluez-firmware
+pkgver=1.2
+pkgrel=7
+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 --prefix=/usr
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}

Reply via email to