1 # Template file for 'iwl4965-firmware'
2 pkgname=iwl4965-firmware
3 _distname=iwlwifi-4965-ucode
5 wrksrc="${_distname}-${version}"
6 distfiles="http://intellinuxwireless.org/iwlwifi/downloads/${_distname}-${version}.tgz"
7 build_style=custom-install
8 short_desc="Firmware for the Intel PRO/Wireless 4965ABG/BG wifi cards"
9 maintainer="Juan RP <xtraeme@gmail.com>"
10 checksum=b550e12dbbbba0601a306eb5bf287c703b1a32a61782fc08076483c8d870aad8
12 This package contains the firmware required by the iwl4965 driver for Linux.
13 Usage of the firmware is subject to the terms and conditions contained
14 inside the provided LICENSE file. Please read it carefully."
20 install -d ${DESTDIR}/lib/firmware \
21 ${DESTDIR}/usr/share/doc/${pkgname} || return 1
22 install -m644 ${wrksrc}/*.ucode ${DESTDIR}/lib/firmware || return 1
23 install -m644 ${wrksrc}/LICENSE* \
24 ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE || return 1