23 lines
583 B
Text
23 lines
583 B
Text
# Template file for 'zd1211-firmware'
|
|
pkgname=zd1211-firmware
|
|
version=1.4
|
|
revision=3
|
|
wrksrc=${pkgname}
|
|
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=866308f6f59f7075f075d4959dff2ede47735c751251fecd1496df1ba4d338e1
|
|
|
|
do_install() {
|
|
vmkdir usr/lib/firmware/zd1211
|
|
install -m644 zd1211* ${DESTDIR}/usr/lib/firmware/zd1211
|
|
}
|
|
|
|
zd1211-firmware_package() {
|
|
noarch="yes"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|