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