23dd7d008e
- There's no need to set build_style for custom-install (default). - gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
19 lines
629 B
Text
19 lines
629 B
Text
# Template file for 'zd1211-firmware'
|
|
pkgname=zd1211-firmware
|
|
version=1.4
|
|
wrksrc=$pkgname
|
|
distfiles="${SOURCEFORGE_SITE}/zd1211/$pkgname-$version.tar.bz2"
|
|
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
|
|
}
|