blob: ac8f7284efc1d62c750b3ffb64d5ccd74c17c76f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PR = "r0"
LICENSE = "GPL"
MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
PROVIDES = "esd"
RPROVIDES_${PN} = "esd"
DEPENDS = "audiofile osso-dsp-headers"
SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/${PN}/${PN}_${PV}.orig.tar.gz"
S = ${WORKDIR}/esd
inherit autotools pkgconfig
|