Magellan Linux

Contents of /trunk/nonfree/ipw2200-firmware/ipw2200-firmware-3.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4617 - (show annotations) (download)
Fri Dec 25 22:45:50 2009 UTC (14 years, 5 months ago) by niro
File size: 834 byte(s)
-moved to 'nonfree'
1 # $Header: /magellan-cvs/smage/ipw2200-firmware/ipw2200-firmware-3.0-r2.smage2,v 1.1 2008/04/20 23:38:42 niro Exp $
2
3 PNAME="ipw2200-firmware"
4 PVER="3.0"
5 PBUILD="r2"
6
7 PCATEGORIE="net-wlan"
8 STATE="unstable"
9
10 DESCRIPTION="Firmware for Intel IPW2200 based chipsets."
11 HOMEPAGE="http://ipw2200.sourceforge.net/"
12
13 DEPEND=">= virtual/kernel"
14
15 SRCFILE="ipw2200-fw-${PVER}.tgz"
16 SRCDIR="${BUILDDIR}/ipw2200-fw-${PVER}"
17
18 sminclude mtools
19
20 SRC_URI=(
21 http://www.bughost.org/firmware/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 src_prepare()
26 {
27 munpack ${SRCFILE} || die
28 }
29
30 src_install()
31 {
32 cd ${SRCDIR}
33
34 minstalldir /lib/firmware || die
35
36 # install all *.fw
37 minstallfile ipw2200-bss.fw /lib/firmware || die
38 minstallfile ipw2200-ibss.fw /lib/firmware || die
39 minstallfile ipw2200-sniffer.fw /lib/firmware || die
40
41 minstalldocs LICENSE* || die
42 }

Properties

Name Value
svn:keywords Id