diff options
Diffstat (limited to 'packages/rglueap')
-rw-r--r-- | packages/rglueap/rglueap_0.1.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/rglueap/rglueap_0.1.bb b/packages/rglueap/rglueap_0.1.bb deleted file mode 100644 index c26bf31eaa..0000000000 --- a/packages/rglueap/rglueap_0.1.bb +++ /dev/null @@ -1,17 +0,0 @@ -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} -} - |