Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / gmp / gmp_4.1.2.oe
1 SECTION = "libs"
2 DESCRIPTION = "GNU multiprecision arithmetic library"
3 HOMEPAGE = "http://www.swox.com/gmp/"
4 LICENSE = "GPL LGPL"
5
6 SRC_URI = "ftp://mirrors.kernel.org/gnu/gmp/gmp-${PV}.tar.gz \
7            file://configure.patch;patch=1"
8
9 inherit autotools 
10
11 acpaths = ""
12
13 do_stage () {
14         oe_libinstall -so libgmp ${STAGING_LIBDIR}
15         install -m 0644 ${S}/gmp.h ${STAGING_INCDIR}/gmp.h
16 }