aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rglueap/rglueap_0.1.bb
blob: 75423bfc3cd7c894a4fc9ec407d9e262cb9bf8b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Raw Glue AP, wireless intrusion detection"
AUTHOR = "Laurent Butti"
HOMEPAGE = "http://rfakeap.tuxfamily.org/#Raw_Glue_AP"
SECTION = "console/network"
PRIORITY = "optional"
LICENSE = "GPLv2"
DEPENDS = "libpcap"

SRC_URI = "http://rfakeap.tuxfamily.org/${P}.tar.gz"

LDFLAGS += "-lpcap"

do_install() {
        install -d ${D}/${sbindir}
        install -m 0755 rglueap ${D}/${sbindir}
}


SRC_URI[md5sum] = "61b724a4e1a48d0735fb18d4f68c0506"
SRC_URI[sha256sum] = "13cce714959056d41627ec9442342d46072f9d72ef57554b9d03ebfb353ed2d1"