summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gmp/gmp_4.1.2.oe16
-rw-r--r--python/pycrypto_1.9a6.oe0
2 files changed, 16 insertions, 0 deletions
diff --git a/gmp/gmp_4.1.2.oe b/gmp/gmp_4.1.2.oe
index e69de29bb2..3fca4f28c8 100644
--- a/gmp/gmp_4.1.2.oe
+++ b/gmp/gmp_4.1.2.oe
@@ -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
index 0000000000..e69de29bb2
--- /dev/null
+++ b/python/pycrypto_1.9a6.oe