# This is an example PKGBUILD file. Use this as a start to creating your own, # and remove these comments. For more information, see 'man PKGBUILD'. # NOTE: Please fill out the license field for your package! If it is unknown, # then please put 'unknown'. # Contributor: Your Name pkgname=zd1211-firmware pkgver=1.3 pkgrel=1 pkgdesc="Firmware for use with the in-kernel26 zd1211rw wireless driver" arch=() url="" license=('GPL') depends=() makedepends=() provides=() conflicts=() replaces=() backup=() install= source=(http://dl.sf.net/sourceforge/zd1211/zd1211-firmware$pkgver.tar.bz2) build() { mkdir -p $startdir/pkg/lib/firmware || return 1 cp -a $startdir/src/$pkgname $startdir/pkg/lib/firmware/zd1211 || return 1 } md5sums=('cfff76ea35f4f93c37f6c99aa2058140')