swig-1.3.29: add missing recipe that bitbake complains about
authorPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 24 Aug 2006 17:52:10 +0000 (17:52 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 24 Aug 2006 17:52:10 +0000 (17:52 +0000)
packages/swig/swig_1.3.29.bb [new file with mode: 0644]

diff --git a/packages/swig/swig_1.3.29.bb b/packages/swig/swig_1.3.29.bb
new file mode 100644 (file)
index 0000000..a36c7b9
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator"
+HOMEPAGE = "http://swig.sourceforge.net/"
+LICENSE = "BSD"
+SECTION = "devel"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/swig/swig-${PV}.tar.gz"
+S = "${WORKDIR}/swig-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF = "--with-python=${STAGING_BINDIR} --with-swiglibdir=${STAGING_DIR}/${BUILD_SYS}/swig"
+
+do_configure() {
+       oe_runconf
+}
+