From c7dbaf8a0d74dcc70728e61a912cfd7f8b217fb9 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Sun, 27 Nov 2005 22:52:44 +0000 Subject: [PATCH] ghettooth: New package contributed by Bob Davies. --- packages/ghettotooth/.mtn2git_empty | 0 packages/ghettotooth/ghettotooth.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 packages/ghettotooth/.mtn2git_empty create mode 100644 packages/ghettotooth/ghettotooth.bb diff --git a/packages/ghettotooth/.mtn2git_empty b/packages/ghettotooth/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/ghettotooth/ghettotooth.bb b/packages/ghettotooth/ghettotooth.bb new file mode 100644 index 0000000000..f20f4580c7 --- /dev/null +++ b/packages/ghettotooth/ghettotooth.bb @@ -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}/ +} -- 2.39.5