blob: f0c8737e9dce6f51e607b5211afcdf99486570a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Polypaudio is a sound server for Linux and other Unix like operating systems"
SECTION = "libs"
LICENSE = "LGPL"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
DEPENDS = "libtool libsamplerate0 libsndfile1"
SRC_URI = "http://0pointer.de/lennart/projects/polypaudio/polypaudio-${PV}.tar.gz"
inherit autotools
EXTRA_OECONF = "--disable-lynx --without-x --without-glib --without-alsa --with-oss"
|