improve gmp and add pycrypto to build system
authorMichael Lauer <mickey@vanille-media.de>
Wed, 21 Jan 2004 14:01:54 +0000 (14:01 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 21 Jan 2004 14:01:54 +0000 (14:01 +0000)
BKrev: 400e8652Sh8yyb1FnV07W90Ub-Fgjg

gmp/gmp_4.1.2.oe
python/pycrypto_1.9a6.oe [new file with mode: 0644]

index e69de29..3fca4f2 100644 (file)
@@ -0,0 +1,16 @@
+DESCRIPTION = GNU multiprecision arithmetic library
+DEPENDS = virtual/libc
+RDEPENDS = libc6
+
+SRC_URI = ftp://mirrors.kernel.org/gnu/${PN}/${P}.tar.gz \
+         file://${FILESDIR}/configure.patch;patch=1
+
+inherit autotools libtool
+
+acpaths = -I . -I mpn -I mpfr
+
+do_stage () {
+       install -m 0644 ${S}/.libs/libgmp.lai ${STAGING_LIBDIR}/libgmp.la
+       oe_soinstall ${S}/.libs/libgmp.so.3.3.2 ${STAGING_LIBDIR}
+       install -m 0644 ${S}/gmp.h ${STAGING_INCDIR}/gmp.h
+}
diff --git a/python/pycrypto_1.9a6.oe b/python/pycrypto_1.9a6.oe
new file mode 100644 (file)
index 0000000..e69de29