[arch-commits] Commit in zd1211-firmware/repos (testing-any testing-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jun 7 06:14:42 UTC 2018


    Date: Thursday, June 7, 2018 @ 06:14:42
  Author: felixonmars
Revision: 326126

archrelease: copy trunk to testing-any

Added:
  zd1211-firmware/repos/testing-any/
  zd1211-firmware/repos/testing-any/PKGBUILD
    (from rev 326125, zd1211-firmware/trunk/PKGBUILD)

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Copied: zd1211-firmware/repos/testing-any/PKGBUILD (from rev 326125, zd1211-firmware/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2018-06-07 06:14:42 UTC (rev 326126)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Dan McGee <dan at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=zd1211-firmware
+pkgver=1.5
+pkgrel=2
+pkgdesc="Firmware for the in-kernel26 zd1211rw wireless driver"
+arch=('any')
+url="http://zd1211.wiki.sourceforge.net/"
+license=('GPL')
+provides=('zd1211')
+source=("http://downloads.sourceforge.net/zd1211/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('6a8d39318a8c136b2a780ebeb485a94bbb05fa12ad7104b707314e0108e49939b4dcd0035b19f07dac0ec7bdd12668ea281b48724e512b45ac5df9dedf035897')
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  # Install firmware
+  for i in zd1211*
+  do
+    install -D -m 644 $i "${pkgdir}/usr/lib/firmware/zd1211/$i"
+  done
+}



More information about the arch-commits mailing list