summaryrefslogtreecommitdiff
path: root/esound/esound-gpe_cvs.oe
blob: 313e80350c9ba64c602c4365087712bdd3a92f64 (plain)
1
2
3
4
5
6
7
8
9
SRC_URI = "cvs://anoncvs@cvs.handhelds.org/cvs;module=gpe/base/esound"
S = "${WORKDIR}/esound"

inherit autotools libtool

do_stage () {
	install -m 0644 esd.h ${STAGING_INCDIR}/esd.h
	oe_libinstall -so libesd ${STAGING_LIBDIR}
}