mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
zd1211-firmware: switch to /usr.
This commit is contained in:
parent
eb5561a8e1
commit
2b520aa931
1 changed files with 7 additions and 9 deletions
|
@ -2,19 +2,17 @@
|
||||||
pkgname=zd1211-firmware
|
pkgname=zd1211-firmware
|
||||||
version=1.4
|
version=1.4
|
||||||
wrksrc=$pkgname
|
wrksrc=$pkgname
|
||||||
distfiles="${SOURCEFORGE_SITE}/zd1211/$pkgname-$version.tar.bz2"
|
revision=2
|
||||||
revision=1
|
noarch=yes
|
||||||
short_desc="Firmware for the Zydas 1211 wifi cards"
|
short_desc="Firmware for the Zydas 1211 wifi cards"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/zd1211/$pkgname-$version.tar.bz2"
|
||||||
checksum=866308f6f59f7075f075d4959dff2ede47735c751251fecd1496df1ba4d338e1
|
checksum=866308f6f59f7075f075d4959dff2ede47735c751251fecd1496df1ba4d338e1
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains the firmware required by the zd1211rw driver for Linux."
|
This package contains the firmware required by the zd1211rw driver for Linux."
|
||||||
|
|
||||||
noarch=yes
|
do_install() {
|
||||||
|
vmkdir usr/lib/firmware
|
||||||
do_install()
|
install -m644 zd1211* ${DESTDIR}/usr/lib/firmware
|
||||||
{
|
install -m644 WS11U* ${DESTDIR}/usr/lib/firmware
|
||||||
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
Reference in a new issue