From: Florian Boor Date: Sun, 27 Nov 2005 22:52:44 +0000 (+0000) Subject: ghettooth: New package contributed by Bob Davies. X-Git-Tag: Release-2010-05/1~9453^2~3005 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7dbaf8a0d74dcc70728e61a912cfd7f8b217fb9;p=openembedded.git ghettooth: New package contributed by Bob Davies. --- 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}/ +}