mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-16 18:40:03 +00:00
6a9f3a15e4
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
23 lines
564 B
PHP
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
|
|
}
|
|
|