blob: dae58774839dd4b5ed52431ad501f0d09993961f (
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"
MAINTAINER = "Robert Woerle <robert@linuxdevelopment.de>"
DEPENDS = "alsa-lib bluez-libs"
inherit autotools pkgconfig
SRC_URI = "${SOURCEFORGE_MIRROR}/bluetooth-alsa/btsco-0.41.tar.gz"
S = "${WORKDIR}/${PN}-${PV}"
|