Files
meta-openembedded/meta-oe/recipes-devtools/swig/swig.inc
T
2011-06-19 20:41:25 +02:00

23 lines
564 B
PHP

DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator"
HOMEPAGE = "http://swig.sourceforge.net/"
LICENSE = "BSD && GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \
file://LICENSE-GPL;md5=d32239bcb673463ab874e80d47fae504 \
file://LICENSE-UNIVERSITIES;md5=e0eaeeef7b2662c0c2d0d3c0b2509f75"
SECTION = "devel"
INC_PR = "r0"
DEPENDS = "python"
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
inherit autotools
BBCLASSEXTEND = "native"
do_configure() {
oe_runconf
}