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

Pierre Schmitz pierre at archlinux.org
Wed Nov 2 11:33:03 UTC 2011


    Date: Wednesday, November 2, 2011 @ 07:33:03
  Author: pierre
Revision: 141691

archrelease: copy trunk to testing-any

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

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

Copied: zd1211-firmware/repos/testing-any/PKGBUILD (from rev 141690, zd1211-firmware/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2011-11-02 11:33:03 UTC (rev 141691)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Dan McGee <dan at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=zd1211-firmware
+pkgver=1.4
+pkgrel=5
+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=('19f28781d76569af8551c9d11294c870')
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  # Install firmware
+  for i in zd1211*
+  do
+    install -D -m 644 $i "${pkgdir}/lib/firmware/zd1211/$i"
+  done
+}




More information about the arch-commits mailing list