uclibc: remove obsolete patches for git version
[openembedded.git] / recipes / void11 / void11_0.2.0.bb
blob3ae12a9d0b3e579bee65f79909e9e3962f9161e8
1 DESCRIPTION = "void11"
2 HOMEPAGE = "http://www.wlsec.net/void11"
3 SECTION = "console/network"
4 LICENSE = "GPL"
5 FILES_${PN} += "${libdir}/libvoid11.so"
7 SRC_URI = "http://www.wirelessdefence.org/Contents/Files/void11-0.2.0.tar.bz2;name=archive \
8 http://hostap.epitest.fi/releases/hostapd-0.1.3.tar.gz;name=hostapd \
9 file://oezc.patch"
11 S = "${WORKDIR}/void11-0.2.0"
13 inherit autotools
15 do_compile () {
16 oe_runmake USECONSOLE=1 HOSTAPD_PATH=${WORKDIR}/hostapd-0.1.3
19 do_install () {
20 install -d ${D}/${sbindir}
21 install -d ${D}/${libdir}
22 install -m 0755 lib/libvoid11.so ${D}/${libdir}
23 install -m 0755 console/void11_hopper ${D}/${sbindir}
24 install -m 0755 smallsleep/smallsleep ${D}/${sbindir}
25 install -m 0755 console/void11_penetration ${D}/${sbindir}
28 SRC_URI[archive.md5sum] = "1c5b3e3e70916de74c2932c7f3e46d9e"
29 SRC_URI[archive.sha256sum] = "08d588ce0731d0c0e55a1cac35acf019e1b735d0f75f16962adfeb4fefd69441"
30 SRC_URI[hostapd.md5sum] = "54563fb51f143c4bf26ddec2516e8f9f"
31 SRC_URI[hostapd.sha256sum] = "d14b56996ba9aa9cb6c78c889831113cc55a400bd1d237cec6eec7549a358c97"