blob: 04c8ae16ff88694e2cf93d7415d7466c5822efad (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Bluetooth-alsa headset tool"
HOMEPAGE = "http://bluetooth-alsa.sourceforge.net/"
LICENSE = "GPL"
DEPENDS = "alsa-lib bluez-libs"
PR = "r2"
inherit autotools pkgconfig
SRC_URI = "${SOURCEFORGE_MIRROR}/bluetooth-alsa/btsco-0.41.tar.gz"
S = "${WORKDIR}/${PN}-${PV}"
|