fix section for hostap stuff
[openembedded.git] / hostap / hostap-daemon_0.2.4.oe
1 DESCRIPTION = "User space daemon for extended IEEE 802.11 management"
2 SECTION = "kernel/userland"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
5 LICENSE = "GPL"
6 RDEPENDS = "hostap-modules (${PV}) hostap-utils (${PV})"
7
8 SRC_URI = "http://hostap.epitest.fi/releases/hostapd-${PV}.tar.gz"
9 S = "${WORKDIR}/hostapd-${PV}"
10
11 do_install() {
12         install -d ${D}/${sysconfdir} ${D}/${bindir}
13         install -m 0644 hostapd.conf ${D}/${sysconfdir}/
14         install -m 0755 hostapd ${D}/${bindir}
15 }
16