linux-firmware: update to 20110119.
This commit is contained in:
parent
0e8d9f0977
commit
2d2e58d9b7
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'linux-firmware'
|
# Template file for 'linux-firmware'
|
||||||
pkgname=linux-firmware
|
pkgname=linux-firmware
|
||||||
version=20101108
|
version=20110119
|
||||||
distfiles=ftp://ftp.archlinux.org/other/linux-firmware/$pkgname-$version.tar.xz
|
distfiles=http://xbps.nopcode.org/distfiles/$pkgname-$version.tar.xz
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="Binary firmware blobs for the Linux kernel"
|
short_desc="Binary firmware blobs for the Linux kernel"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=588e8bb31fb8a5e6719bb00c2d1ce4e6d5fc1f2c5178c24fffed7f7bffce7dd7
|
checksum=b0451b45aa6ec7406905a1223046abaf2187402ba50271cce0c1cff583b286f0
|
||||||
long_desc="
|
long_desc="
|
||||||
This package provides binary firmware blobs for misc hardware supported by
|
This package provides binary firmware blobs for misc hardware supported by
|
||||||
the Linux kernel."
|
the Linux kernel."
|
||||||
|
@ -21,7 +21,7 @@ Add_dependency build xz
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
cd ${wrksrc} || return 1
|
cd ${wrksrc}
|
||||||
|
|
||||||
install -d ${DESTDIR}/lib/firmware
|
install -d ${DESTDIR}/lib/firmware
|
||||||
install -d ${DESTDIR}/usr/share/licenses/${pkgname}
|
install -d ${DESTDIR}/usr/share/licenses/${pkgname}
|
||||||
|
|
Loading…
Reference in a new issue