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

Felix Yan felixonmars at archlinux.org
Thu May 31 02:33:19 UTC 2018


    Date: Thursday, May 31, 2018 @ 02:33:19
  Author: felixonmars
Revision: 325299

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 02:32:56 UTC (rev 325298)
+++ PKGBUILD	2018-05-31 02:33:19 UTC (rev 325299)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# 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=8
-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
-  
-  install -dm 755 ${pkgdir}/usr/share/doc/$pkgname
-  mv ${pkgdir}/usr/lib/firmware/BCM-LEGAL.txt ${pkgdir}/usr/share/doc/$pkgname/
-}

Copied: bluez-firmware/repos/extra-any/PKGBUILD (from rev 325298, bluez-firmware/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 02:33:19 UTC (rev 325299)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# 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=9
+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")
+sha512sums=('15db2f9d38a496882e4cc3754af1e58aa99e1b849f2066c541d76c66a8ffdc5532799fe1fd473cfc158bf5ea86a46687716cbcf83c6dcac0ce66d97d679648dd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  
+  install -dm 755 ${pkgdir}/usr/share/doc/$pkgname
+  mv ${pkgdir}/usr/lib/firmware/BCM-LEGAL.txt ${pkgdir}/usr/share/doc/$pkgname/
+}



More information about the arch-commits mailing list