]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/swig/swig_1.3.24.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / swig / swig_1.3.24.bb
1 DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator"
2 HOMEPAGE = "http://swig.sourceforge.net/"
3 LICENSE = "BSD"
4 SECTION = "devel"
5
6 SRC_URI = "${SOURCEFORGE_MIRROR}/swig/swig-${PV}.tar.gz"
7 S = "${WORKDIR}/SWIG-${PV}"
8
9 inherit autotools
10
11 EXTRA_OECONF = "--with-python=${STAGING_BINDIR} --with-swiglibdir=${STAGING_DIR}/${BUILD_SYS}/swig"
12
13 do_configure() {
14         oe_runconf
15 }
16