First pass of .oe cleanups.
[openembedded.git] / orinoco / orinoco-modules_20040301.oe
1 DESCRIPTION = "A driver for wireless LAN cards based on Hermes(Orinoco) cards. \
2 Also contains support for cards using downloadable firmware, i.e. the Symbol/Socket family."
3 SECTION = "base"
4 PRIORITY = "optional"
5 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
6 LICENSE = "GPL"
7
8 export CVS_RSH = ssh
9 SRC_URI = cvs://anoncvs@savannah.nongnu.org/cvsroot/orinoco;module=orinoco;date=${PV};method=ext \
10           file://${FILESDIR}/compile.patch;patch=1
11 S = "${WORKDIR}/orinoco"
12
13 inherit module
14
15 do_install() {
16         install -d ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless
17         install -d ${D}/etc/pcmcia
18         install -m 0755 *.o ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless/
19         install -m 0644 ${FILESDIR}/spectrum.conf ${D}/etc/pcmcia/
20         install -m 0644 hermes.conf ${D}/etc/pcmcia/
21 }