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