aboutsummaryrefslogtreecommitdiffstats
path: root/gmp/gmp_4.1.2.oe
blob: 081343158d22dee99f53d8c95f494a17f8aa867d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SECTION = "libs"
DESCRIPTION = "GNU multiprecision arithmetic library"
HOMEPAGE = "http://www.swox.com/gmp/"
LICENSE = "GPL LGPL"

SRC_URI = "ftp://mirrors.kernel.org/gnu/gmp/gmp-${PV}.tar.gz \
	   file://configure.patch;patch=1"

inherit autotools 

acpaths = ""

do_stage () {
	oe_libinstall -so libgmp ${STAGING_LIBDIR}
	install -m 0644 ${S}/gmp.h ${STAGING_INCDIR}/gmp.h
}