summaryrefslogtreecommitdiff
path: root/btscanner/btscanner_1.0.oe
blob: 7600ad140e63353f5d9c5795f9a0da98341683e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
HOMEPAGE = "http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads&section=01_bluetooth"
DESCRIPTION = "extract as information from a Bluetooth device pairing"
SECTION = "libs"
PRIORITY = "optional"
RDEPENDS = "libc6"
SECTION = "libs"
DEPENDS = "virtual/libc virtual/libbluetooth virtual/libsdp virtual/libgdbm ncurses"

SRC_URI = "http://www.pentest.co.uk/src/btscanner-${PV}.tar.gz \
	   file://${FILESDIR}/configure.patch;patch=1"

inherit autotools