diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2005-11-27 22:52:44 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-27 22:52:44 +0000 |
commit | c7dbaf8a0d74dcc70728e61a912cfd7f8b217fb9 (patch) | |
tree | b42e4c4dd5e938570490e993026e95422038c472 /packages/ghettotooth | |
parent | 082396ffc8b12e86e9413734c2d6bd4c9c6446e5 (diff) |
ghettooth: New package contributed by Bob Davies.
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}/ +} |