summaryrefslogtreecommitdiff
path: root/packages/ghettotooth/ghettotooth.bb
blob: 02bf533e4f7f8941802ecae899bd7485fabc3623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SECTION = "net/misc"
DESCRIPTION = "Bluetooth scanner"
MAINTAINER = "Bob Davies <tyggerbob@gmail.com>"
LICENSE = "GPL"
RDEPENDS = "perl"

SRC_URI = "http://www.wardriving.ch/hpneu/blue/perl/ghettotooth.pl"

DEFAULT_PREFERENCE="-1"


S = "${WORKDIR}"
do_install() {
	install -d ${D}${bindir}
	install -m 0755 ghettotooth.pl ${D}${bindir}/
}