blob: 222cc25e1bfb06ca76204c4c78fbfc04a21bdeb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=gpe/base/esound \
file://audiofile-please.patch;patch=1 \
file://configure.patch;patch=1"
S = "${WORKDIR}/esound"
DEPENDS = "audiofile"
inherit autotools libtool
SOV = "0.2.28"
do_stage () {
install -m 0644 esd.h ${STAGING_INCDIR}/esd.h
oe_soinstall .libs/libesd.so.${SOV} ${STAGING_LIBDIR}
install -m 0644 .libs/libesd.lai ${STAGING_LIBDIR}/libesd.la
install -m 0644 esd.m4 ${STAGING_DATADIR}/aclocal
}
|