aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsoundgen/libsoundgen_0.3.bb
blob: 434867053850d20a4717984f3864defa7832abea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SECTION = "x11/libs"
inherit gpe
LICENSE = "LGPL"
DEPENDS = "esound"

do_stage() {
	install -d ${STAGING_INCDIR}/gpe
	install -m 0644 gpe/soundgen.h ${STAGING_INCDIR}/gpe/soundgen.h
	oe_libinstall -so libsoundgen ${STAGING_LIBDIR}
}

do_install_append() {
	oe_runmake DESTDIR="${D}" PREFIX="${prefix}" install-devel
}