Added iwl5000-firmware build template.
--HG-- extra : convert_revision : 8c5a6194fa0e2a284586e279f7c8248cac7f3d14
This commit is contained in:
parent
392b477c9b
commit
e612c44459
25
srcpkgs/iwl5000-firmware/template
Normal file
25
srcpkgs/iwl5000-firmware/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'iwl5000-firmware'
|
||||
pkgname=iwl5000-firmware
|
||||
_distname=iwlwifi-5000-ucode
|
||||
version=8.24.2.12
|
||||
wrksrc="${_distname}-${version}"
|
||||
distfiles="http://intellinuxwireless.org/iwlwifi/downloads/${_distname}-${version}.tgz"
|
||||
build_style=custom-install
|
||||
short_desc="Firmware for the Intel PRO/Wireless 5000AGN/ABG/BG wifi cards"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=8129119e47d92e163a768370e01afe4e62a45a524f9007bef69525d56f658740
|
||||
long_desc="
|
||||
This package contains the firmware required by the iwlagn driver for Linux.
|
||||
Usage of the firmware is subject to the terms and conditions contained
|
||||
inside the provided LICENSE file. Please read it carefully."
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install()
|
||||
{
|
||||
install -d ${DESTDIR}/lib/firmware \
|
||||
${DESTDIR}/usr/share/doc/${pkgname} || return 1
|
||||
install -m644 ${wrksrc}/*.ucode ${DESTDIR}/lib/firmware || return 1
|
||||
install -m644 ${wrksrc}/LICENSE* \
|
||||
${DESTDIR}/usr/share/doc/${pkgname}/LICENSE || return 1
|
||||
}
|
Loading…
Reference in New Issue
Block a user