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