[arch-commits] Commit in zd1211-firmware/repos (testing-any testing-any/PKGBUILD)
Dan McGee
dan at archlinux.org
Sun Apr 8 22:17:58 UTC 2012
Date: Sunday, April 8, 2012 @ 18:17:58
Author: dan
Revision: 155883
archrelease: copy trunk to testing-any
Added:
zd1211-firmware/repos/testing-any/
zd1211-firmware/repos/testing-any/PKGBUILD
(from rev 155882, zd1211-firmware/trunk/PKGBUILD)
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Copied: zd1211-firmware/repos/testing-any/PKGBUILD (from rev 155882, zd1211-firmware/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2012-04-08 22:17:58 UTC (rev 155883)
@@ -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=6
+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}/usr/lib/firmware/zd1211/$i"
+ done
+}
More information about the arch-commits
mailing list