linux-firmware: update to 20110303 snapshot from master git branch.
--HG-- branch : gnome3
This commit is contained in:
parent
46685d8734
commit
0d8cd580b4
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'linux-firmware'
|
||||
pkgname=linux-firmware
|
||||
version=20110119
|
||||
version=20110303
|
||||
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=b0451b45aa6ec7406905a1223046abaf2187402ba50271cce0c1cff583b286f0
|
||||
checksum=d029e89bc853c7e9d14ea06f9e8ba5ea96a2c8292d31bb4ea3e06cd884ddd009
|
||||
long_desc="
|
||||
This package provides binary firmware blobs for misc hardware supported by
|
||||
the Linux kernel."
|
||||
|
@ -26,7 +26,7 @@ do_install()
|
|||
install -d ${DESTDIR}/lib/firmware
|
||||
install -d ${DESTDIR}/usr/share/licenses/${pkgname}
|
||||
cp -a * ${DESTDIR}/lib/firmware
|
||||
rm -f ${DESTDIR}/lib/firmware/GPL
|
||||
rm -f ${DESTDIR}/lib/firmware/GPL{,-3}
|
||||
mv ${DESTDIR}/lib/firmware/{LICEN*,WHENCE} \
|
||||
${DESTDIR}/usr/share/licenses/${pkgname}
|
||||
# Symlinks for Broadcom firmware
|
||||
|
|
Loading…
Reference in a new issue