generic-poky/meta/packages/gmp/gmp.inc
Richard Purdie ede06b01b5 gmp: Upgrade to 4.2.1 from OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@896 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-20 20:36:11 +00:00

17 lines
329 B
PHP

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
}