aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/swig/swig.inc
blob: 0603d1cfe53a25bf0f90e2f7685b8a1aeb9d2538 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator"
HOMEPAGE = "http://swig.sourceforge.net/"
LICENSE = "BSD"
SECTION = "devel"
INC_PR = "r1"

DEPENDS = "python"

SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"

inherit autotools

BBCLASSEXTEND = "native"

do_configure() {
	oe_runconf
}