summaryrefslogtreecommitdiff
path: root/btscanner/btscanner_1.0.oe
blob: 81da53beaef0e342b22b18c56dc595a2a5fb6b72 (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/${PN}-${PV}.tar.gz \
	  file://${FILESDIR}/configure.patch;patch=1

inherit autotools