blob: a80d44dccba953642a4690a47ab2d7cb86e407f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Bluetooth-alsa headset tool"
HOMEPAGE = "http://bluetooth-alsa.sourceforge.net/"
LICENSE = "GPL"
MAINTAINER = "Robert Woerle <robert@linuxdevelopment.de>"
RDEPENDS = "alsa-lib bluez-libs"
DEPENDS = "alsa-lib bluez-libs"
PR = "r1"
inherit autotools pkgconfig
SRC_URI = "${SOURCEFORGE_MIRROR}/bluetooth-alsa/btsco-0.41.tar.gz"
S = "${WORKDIR}/${PN}-${PV}"
|