summaryrefslogtreecommitdiffstats
path: root/meta/packages/gmp/gmp_4.1.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gmp/gmp_4.1.4.bb')
-rw-r--r--meta/packages/gmp/gmp_4.1.4.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/gmp/gmp_4.1.4.bb b/meta/packages/gmp/gmp_4.1.4.bb
new file mode 100644
index 0000000000..d80e728dc4
--- /dev/null
+++ b/meta/packages/gmp/gmp_4.1.4.bb
@@ -0,0 +1,19 @@
+SECTION = "libs"
+DESCRIPTION = "GNU multiprecision arithmetic library"
+HOMEPAGE = "http://www.swox.com/gmp/"
+LICENSE = "GPL LGPL"
+
+PR = "r1"
+
+SRC_URI = "ftp://ftp.gnu.org/gnu/gmp/gmp-${PV}.tar.bz2 \
+ file://configure.patch;patch=1 \
+ file://amd64.patch;patch=1 \
+ file://sh4-asmfix.patch;patch=1"
+
+inherit autotools
+
+acpaths = ""
+
+do_stage () {
+ autotools_stage_all
+}