enigma2 : change vfd font (skin_user.xml)
[vuplus_openembedded] / recipes / btscanner / btscanner_1.0.bb
1 DESCRIPTION = "Extract information from Bluetooth devices in range."
2 SECTION = "libs"
3 PRIORITY = "optional"
4 HOMEPAGE = "http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads&section=01_bluetooth"
5 DEPENDS = "bluez-libs gdbm ncurses"
6 PR = "r3"
7 LICENSE = "GPLv2"
8
9 SRC_URI = "http://www.pentest.co.uk/src/btscanner-${PV}.tar.gz \
10            file://0909132213173.patch;patch=1 \
11            file://configure.patch;patch=1"
12
13 #Yes, the packages uses this ugly hardcoded path instead of ${sysconfdir}
14 FILES_${PN} += "/usr/etc/oui.txt"
15
16 inherit autotools