Another pass of .oe cleanups.
[vuplus_openembedded] / btscanner / btscanner_1.0.oe
1 HOMEPAGE = "http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads&section=01_bluetooth"
2 DESCRIPTION = "extract as information from a Bluetooth device pairing"
3 SECTION = "libs"
4 PRIORITY = "optional"
5 RDEPENDS = "libc6"
6 SECTION = "libs"
7 DEPENDS = "virtual/libc virtual/libbluetooth virtual/libsdp virtual/libgdbm ncurses"
8
9 SRC_URI = "http://www.pentest.co.uk/src/btscanner-${PV}.tar.gz \
10            file://${FILESDIR}/configure.patch;patch=1"
11
12 inherit autotools