17 lines
521 B
Text
17 lines
521 B
Text
# Template file for 'zd1211-firmware'
|
|
pkgname=zd1211-firmware
|
|
version=1.5
|
|
revision=1
|
|
wrksrc="${pkgname}"
|
|
noarch="yes"
|
|
short_desc="Firmware for the Zydas 1211 wifi cards"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://zd1211.wiki.sourceforge.net/"
|
|
license="GPL-2"
|
|
distfiles="${SOURCEFORGE_SITE}/zd1211/$pkgname-$version.tar.bz2"
|
|
checksum=f11d3810d7f72833997f634584a586dcced71a353f965abf81062ec431d02b12
|
|
|
|
do_install() {
|
|
vmkdir usr/lib/firmware/zd1211
|
|
install -m644 zd1211* ${DESTDIR}/usr/lib/firmware/zd1211
|
|
}
|