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

Dan McGee dan at nymeria.archlinux.org
Tue May 6 14:37:33 UTC 2014


    Date: Tuesday, May 6, 2014 @ 16:37:33
  Author: dan
Revision: 212080

archrelease: copy trunk to testing-any

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

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

Copied: zd1211-firmware/repos/testing-any/PKGBUILD (from rev 212079, zd1211-firmware/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2014-05-06 14:37:33 UTC (rev 212080)
@@ -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=1
+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")
+md5sums=('3c182ceb9b2fc1d8442cd81c1280d83f')
+
+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