SECTION = "unknown"
include swig_${PV}.oe
inherit native
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/swig-${PV}"

do_stage() {
	oe_runmake install PREFIX=${STAGING_BINDIR}/..
}