Bump revision for pkgs depending on jpeg (abi_depends bump).
[xbps/ojab.git] / srcpkgs / iwl4965-firmware / template
blobac9a4d2cdb5fe46d53e540cdfb3b8083c2490c33
1 # Template file for 'iwl4965-firmware'
2 pkgname=iwl4965-firmware
3 _distname=iwlwifi-4965-ucode
4 version=228.61.2.24
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
11 long_desc="
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."
16 noarch=yes
18 do_install()
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