7c45bbe777a6a68e512b7d2a652da62694e8aa5f
[vuplus_openembedded] / jack / jack_0.92.0.oe
1 SECTION = "libs"
2 PRIORITY = "optional"
3 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
4 RDEPENDS = "alsa"
5 DEPENDS = "alsa-lib"
6 DESCRIPTION = "JACK is a low-latency audio server. It can \
7 connect a number of different applications to an audio \
8 device, as well as allowing them to share audio between \
9 themselves."
10 LICENSE = "GPL LGPL" 
11
12 SRC_URI = "${SOURCEFORGE_MIRROR}/jackit/jack-audio-connection-kit-${PV}.tar.gz"
13 S = "${WORKDIR}/jack-audio-connection-kit-${PV}"
14
15 inherit autotools  pkgconfig
16
17 EXTRA_OECONF = ""