linux-firmware: update to 20110503.

This commit is contained in:
Juan RP 2011-05-03 16:02:11 +02:00
parent b360fdf7dd
commit 661e087880

View File

@ -1,11 +1,11 @@
# Template file for 'linux-firmware'
pkgname=linux-firmware
version=20110303
version=20110503
distfiles=http://xbps.nopcode.org/distfiles/$pkgname-$version.tar.xz
build_style=custom-install
short_desc="Binary firmware blobs for the Linux kernel"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=d029e89bc853c7e9d14ea06f9e8ba5ea96a2c8292d31bb4ea3e06cd884ddd009
checksum=5a192b5c09985405e2dfa534d484aa1a4049b73ad97624097e7284282c4d91ff
long_desc="
This package provides binary firmware blobs for misc hardware supported by
the Linux kernel."
@ -29,12 +29,6 @@ do_install()
rm -f ${DESTDIR}/lib/firmware/GPL{,-3}
mv ${DESTDIR}/lib/firmware/{LICEN*,WHENCE} \
${DESTDIR}/usr/share/licenses/${pkgname}
# Symlinks for Broadcom firmware
ln -s bcm43xx-0-610-809-0.fw \
${DESTDIR}/lib/firmware/brcm/bcm43xx-0.fw
ln -s bcm43xx_hdr-0-610-809-0.fw \
${DESTDIR}/lib/firmware/brcm/bcm43xx_hdr-0.fw
${XBPS_FETCH_CMD} http://www.kernel.org/pub/linux/kernel/people/mcgrof/firmware/ar9170/ar9170.fw
mv ar9170.fw ${DESTDIR}/lib/firmware
}