diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-11-06 21:43:56 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-11-06 21:43:56 +0000 |
commit | 78b090a6db5d3237dd062af9cb6d7e4c860fc435 (patch) | |
tree | e4c23e3d26720278aeba4d2f896b979666410f88 /packages/gmp/gmp.inc | |
parent | e37ddf6842faf9b3421fa4ab688944a20f0bba94 (diff) |
gmp: Refactor into inc files, add 4.2.1 (partly from #1130)
Diffstat (limited to 'packages/gmp/gmp.inc')
-rw-r--r-- | packages/gmp/gmp.inc | 16 |
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 +} |