aboutsummaryrefslogtreecommitdiffstats
path: root/jack/jack_0.92.0.oe
blob: 7c45bbe777a6a68e512b7d2a652da62694e8aa5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SECTION = "libs"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
RDEPENDS = "alsa"
DEPENDS = "alsa-lib"
DESCRIPTION = "JACK is a low-latency audio server. It can \
connect a number of different applications to an audio \
device, as well as allowing them to share audio between \
themselves."
LICENSE = "GPL LGPL" 

SRC_URI = "${SOURCEFORGE_MIRROR}/jackit/jack-audio-connection-kit-${PV}.tar.gz"
S = "${WORKDIR}/jack-audio-connection-kit-${PV}"

inherit autotools  pkgconfig

EXTRA_OECONF = ""