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