Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4619 - (hide annotations) (download)
Fri Dec 25 22:46:01 2009 UTC (14 years, 6 months ago) by niro
File size: 1019 byte(s)
-moved to 'nonfree'
1 niro 2 # $Header: /magellan-cvs/smage/atmel-firmware/atmel-firmware-1.3-r2.smage2,v 1.1 2008/08/18 11:21:53 niro Exp $
2    
3     PNAME="atmel-firmware"
4     PVER="1.3"
5     PBUILD="r2"
6    
7     PCATEGORIE="net-wlan"
8     STATE="unstable"
9    
10     DESCRIPTION="Firmware for atmel based chipsets."
11     HOMEPAGE="http://www.thekelleys.org.uk/atmel/"
12    
13     DEPEND=">= virtual/kernel"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mtools mbuild
19    
20     SRC_URI=(
21     http://www.thekelleys.org.uk/atmel/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     src_compile()
26     {
27     cd ${SRCDIR}
28     gcc -o atmel_fwl atmel_fwl.c || die
29     }
30    
31     src_install()
32     {
33     cd ${SRCDIR}
34    
35     minstalldir /etc/pcmcia || die
36     minstalldir /lib/firmware/zd1211 || die
37     minstalldir /usr/sbin || die
38    
39     # install all files
40     minstallfile images/\*.bin /lib/firmware/ || die
41     minstallfile images.usb/\*.bin /lib/firmware/ || die
42     minstallfile atmel.conf /etc/pcmcia || die
43     minstallexec atmel_fwl /usr/sbin || die
44     minstallexec atmel_fwl.pl /usr/sbin || die
45    
46     minstalldocs COPYING README VERSION || die
47     }

Properties

Name Value
svn:keywords Id