Added zd1211-firmware-1.4 build template.
--HG-- extra : convert_revision : 3f86215d454f2c5802736b50cf2c6f65ad01833a
This commit is contained in:
parent
56e09006b8
commit
f4589c8778
1 changed files with 20 additions and 0 deletions
20
srcpkgs/zd1211-firmware/template
Normal file
20
srcpkgs/zd1211-firmware/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'zd1211-firmware'
|
||||||
|
pkgname=zd1211-firmware
|
||||||
|
version=1.4
|
||||||
|
wrksrc=$pkgname
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/zd1211/$pkgname-$version.tar.bz2"
|
||||||
|
build_style=custom-install
|
||||||
|
short_desc="Firmware for the Zydas 1211 wifi cards"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=866308f6f59f7075f075d4959dff2ede47735c751251fecd1496df1ba4d338e1
|
||||||
|
long_desc="
|
||||||
|
This package contains the firmware required by the zd1211rw driver for Linux."
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
install -d ${DESTDIR}/lib/firmware || return 1
|
||||||
|
install -m644 ${wrksrc}/zd1211* ${DESTDIR}/lib/firmware || return 1
|
||||||
|
install -m644 ${wrksrc}/WS11U* ${DESTDIR}/lib/firmware || return 1
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue