ghettooth: New package contributed by Bob Davies.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Sun, 27 Nov 2005 22:52:44 +0000 (22:52 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 27 Nov 2005 22:52:44 +0000 (22:52 +0000)
packages/ghettotooth/.mtn2git_empty [new file with mode: 0644]
packages/ghettotooth/ghettotooth.bb [new file with mode: 0644]

diff --git a/packages/ghettotooth/.mtn2git_empty b/packages/ghettotooth/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/ghettotooth/ghettotooth.bb b/packages/ghettotooth/ghettotooth.bb
new file mode 100644 (file)
index 0000000..f20f458
--- /dev/null
@@ -0,0 +1,15 @@
+SECTION = "net/misc"
+DESCRIPTION = "Bluetooth scanner"
+MAINTAINER = "Bob Davies (tyggerbob@gmail.com)"
+
+SRC_URI = "http://www.wardriving.ch/hpneu/blue/perl/ghettotooth.pl"
+
+DEFAULT_PREFERENCE="-1"
+
+
+S = "${WORKDIR}"
+LICENSE = "GPL"
+do_install() {
+       install -d ${D}${bindir}
+       install -m 0755 ghettotooth.pl ${D}${bindir}/
+}