Magellan Linux

Annotation of /trunk/nonfree/ipw2100-firmware/ipw2100-firmware-1.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4618 - (hide annotations) (download)
Fri Dec 25 22:45:54 2009 UTC (14 years, 5 months ago) by niro
File size: 884 byte(s)
-moved to 'nonfree'
1 niro 2 # $Header: /magellan-cvs/smage/ipw2100-firmware/ipw2100-firmware-1.3-r2.smage2,v 1.1 2008/04/20 23:38:13 niro Exp $
2    
3     PNAME="ipw2100-firmware"
4     PVER="1.3"
5     PBUILD="r2"
6    
7     PCATEGORIE="net-wlan"
8     STATE="unstable"
9    
10     DESCRIPTION="Firmware for Intel IPW2100 based chipsets."
11     HOMEPAGE="http://ipw2100.sourceforge.net/"
12    
13     DEPEND=">= virtual/kernel"
14    
15     SRCFILE="ipw2100-fw-${PVER}.tgz"
16     SRCDIR="${BUILDDIR}/ipw2100-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     install -d ${SRCDIR} || die
28     munpack ${SRCFILE} ${SRCDIR} || die
29     }
30    
31     src_install()
32     {
33     cd ${SRCDIR}
34    
35     minstalldir /lib/firmware || die
36    
37     # install all *.fw
38     minstallfile ipw2100-${PVER}-i.fw /lib/firmware || die
39     minstallfile ipw2100-${PVER}-p.fw /lib/firmware || die
40     minstallfile ipw2100-${PVER}.fw /lib/firmware || die
41    
42     minstalldocs LICENSE* || die
43     }

Properties

Name Value
svn:keywords Id