]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gmp/gmp_4.1.4.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gmp / gmp_4.1.4.bb
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://ftp.gnu.org/gnu/gmp/gmp-${PV}.tar.bz2 \
7            file://configure.patch;patch=1 \
8            file://amd64.patch;patch=1"
9
10 inherit autotools 
11
12 acpaths = ""
13
14 do_stage () {
15         oe_libinstall -so libgmp ${STAGING_LIBDIR}
16         install -m 0644 ${S}/gmp.h ${STAGING_INCDIR}/gmp.h
17 }