summaryrefslogtreecommitdiff
path: root/packages/btsco/btsco_0.41.bb
blob: 5ebea64e1a33758c1660f0a108cff1738a5292db (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 = "r2"

inherit autotools pkgconfig

SRC_URI = "${SOURCEFORGE_MIRROR}/bluetooth-alsa/btsco-0.41.tar.gz"

S = "${WORKDIR}/${PN}-${PV}"