linux-firmware: use new git repository from kernel.org.

This commit is contained in:
Juan RP 2012-06-04 09:13:27 +02:00
parent 6afc4950f5
commit 0b4c5be0f6

View file

@ -1,9 +1,13 @@
# Template file for 'linux-firmware'
pkgname=linux-firmware
version="$(date -u +%Y%m%d)"
revision=1
noarch=yes
nofetch=yes
noextract=yes
depends="linux-firmware-network>=20120523"
makedepends="wget git"
revision=1
subpackages="${pkgname}-network"
short_desc="Binary firmware blobs for the Linux kernel"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.kernel.org/"
@ -13,21 +17,13 @@ long_desc="
This package provides binary firmware blobs for misc hardware supported by
the Linux kernel."
noarch=yes
nofetch=yes
noextract=yes
replaces="kernel-firmware>=0 radeon-firmware>=0 iwl1000-firmware>=0
iwl3945-firmware>=0 iwl4965-firmware>=0 iwl5000-firmware>=0 rt73usb-firmware>=0
iwl5150-firmware>=0 iwl6000-firmware>=0 rt2800usb>=0 rt61-firmware>=0
ar9170-firmware>=0"
subpackages="${pkgname}-network"
do_fetch() {
url="git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git"
local url="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
msg_normal " Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}