30 lines
924 B
Text
30 lines
924 B
Text
# Template file for 'ipw2100-firmware'
|
|
pkgname=ipw2100-firmware
|
|
_distname=ipw2100-fw
|
|
version=1.3
|
|
revision=3
|
|
wrksrc="${_distname}-${version}"
|
|
create_wrksrc=yes
|
|
short_desc="Firmware for the Intel PRO/Wireless 2100 wifi cards"
|
|
homepage="http://ipw2100.sourceforge.net/"
|
|
license="Custom"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="http://firmware.openbsd.org/firmware-dist/${_distname}-${version}.tgz"
|
|
checksum=e1107c455e48d324a616b47a622593bc8413dcce72026f72731c0b03dae3a7a2
|
|
long_desc="
|
|
This package contains the firmware required by the ipw2100 driver for Linux.
|
|
Usage of the firmware is subject to the terms and conditions contained
|
|
inside the provided LICENSE file. Please read it carefully."
|
|
|
|
do_install() {
|
|
vmkdir usr/lib/firmware
|
|
install -m644 *.fw ${DESTDIR}/usr/lib/firmware
|
|
vinstall LICENSE 644 usr/share/licenses/$pkgname
|
|
}
|
|
|
|
ipw2100-firmware_package() {
|
|
noarch="yes"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|