blob: 1763c8f0f7a7bb8d6decef141f1c7a070e4c0df6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SRC_URI = "cvs://anoncvs@cvs.handhelds.org/cvs;module=gpe/base/esound"
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
}
|