aboutsummaryrefslogtreecommitdiffstats
path: root/packages/rglueap/rglueap_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/rglueap/rglueap_0.1.bb')
-rw-r--r--packages/rglueap/rglueap_0.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/rglueap/rglueap_0.1.bb b/packages/rglueap/rglueap_0.1.bb
new file mode 100644
index 0000000000..2d6cd2c41b
--- /dev/null
+++ b/packages/rglueap/rglueap_0.1.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Raw Glue AP"
+SECTION = "console/network"
+HOMEPAGE = "http://rfakeap.tuxfamily.org/#Raw_Glue_AP"
+LICENSE = "GPLv2"
+DEPENDS = "libpcap"
+
+SRC_URI = "http://rfakeap.tuxfamily.org/rglueap-${PV}.tar.gz"
+
+LDFLAGS += "-lpcap"
+
+do_install() {
+ install -d ${D}/${sbindir}
+ install -m 0755 rglueap ${D}/${sbindir}
+}
+