diff options
Diffstat (limited to 'packages/ghettotooth')
-rw-r--r-- | packages/ghettotooth/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/ghettotooth/ghettotooth.bb | 15 |
2 files changed, 15 insertions, 0 deletions
diff --git a/packages/ghettotooth/.mtn2git_empty b/packages/ghettotooth/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/ghettotooth/.mtn2git_empty 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}/ +} |