blob: e2710c4a0b7f41729c9ec4ef22c350794647e24a (
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 = "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
|