gmp: update to 5.1.2.
This commit is contained in:
parent
967e0b0763
commit
5580dee629
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'gmp'
|
||||
pkgname=gmp
|
||||
version=5.1.1
|
||||
version=5.1.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
# Build with -fexceptions as suggested by ppl.
|
||||
|
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="LGPL-3"
|
||||
homepage="http://gmplib.org/"
|
||||
distfiles="ftp://ftp.gmplib.org/pub/gmp-${version}/gmp-${version}.tar.xz"
|
||||
checksum=4bd64d782fdeb61aeed45b434fca5246d66baa9de76f87cba30c38460d8834c2
|
||||
checksum=c7d943a6eceb4f0d3d3ab1176aec37853831cdfa281e012f8a344ba3ceefcbc2
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends="automake"
|
||||
|
@ -26,7 +26,7 @@ fi
|
|||
|
||||
gmp-devel_package() {
|
||||
depends="gmp>=${version}"
|
||||
short_desc+=" -- development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
|
|
Loading…
Reference in New Issue