summaryrefslogtreecommitdiffstats
path: root/recipes/btscanner/btscanner_2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/btscanner/btscanner_2.0.bb')
-rw-r--r--recipes/btscanner/btscanner_2.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/btscanner/btscanner_2.0.bb b/recipes/btscanner/btscanner_2.0.bb
new file mode 100644
index 0000000000..4063a98b8e
--- /dev/null
+++ b/recipes/btscanner/btscanner_2.0.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Extract information from Bluetooth devices in range."
+SECTION = "libs"
+PRIORITY = "optional"
+HOMEPAGE = "http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads&section=01_bluetooth"
+DEPENDS = "bluez-libs gdbm ncurses libxml2"
+PR = "r2"
+LICENSE = "GPLv2"
+
+SRC_URI = "http://www.pentest.co.uk/src/btscanner-${PV}.tar.bz2 \
+ file://gcc-4.patch;patch=1 \
+ file://configurable-paths.patch;patch=1 \
+ "
+
+FILES_${PN} += "${datadir}/oui.txt"
+
+inherit autotools