packages/btscanner/btscanner_2.0.bb: add btscanner 2.0
authorKoen Kooi <koen@openembedded.org>
Fri, 7 Oct 2005 20:16:50 +0000 (20:16 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 7 Oct 2005 20:16:50 +0000 (20:16 +0000)
packages/btscanner/btscanner_2.0.bb [new file with mode: 0644]

diff --git a/packages/btscanner/btscanner_2.0.bb b/packages/btscanner/btscanner_2.0.bb
new file mode 100644 (file)
index 0000000..ac991ef
--- /dev/null
@@ -0,0 +1,14 @@
+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"
+PR = "r0"
+LICENSE = "GPLv2"
+
+SRC_URI = "http://www.pentest.co.uk/src/btscanner-${PV}.tar.bz2"
+
+#Yes, the packages uses this ugly hardcoded path instead of ${sysconfdir}
+FILES_${PN} += "/usr/share/oui.txt"
+
+inherit autotools