libmpc: update to 1.1.0
This commit is contained in:
parent
bc02bdd8c6
commit
804769279f
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'libmpc'
|
# Template build file for 'libmpc'
|
||||||
pkgname=libmpc
|
pkgname=libmpc
|
||||||
version=1.0.3
|
version=1.1.0
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
wrksrc="mpc-${version}"
|
wrksrc="mpc-${version}"
|
||||||
|
@ -11,8 +11,8 @@ short_desc="C library for the arithmetic of complex numbers"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.multiprecision.org"
|
homepage="http://www.multiprecision.org"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
distfiles="http://www.multiprecision.org/mpc/download/mpc-${version}.tar.gz"
|
distfiles="https://ftp.gnu.org/gnu/mpc/mpc-${version}.tar.gz"
|
||||||
checksum=617decc6ea09889fb08ede330917a00b16809b8db88c29c31bfbb49cbf88ecc3
|
checksum=6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e
|
||||||
|
|
||||||
if [ -z "$CHROOT_READY" ]; then
|
if [ -z "$CHROOT_READY" ]; then
|
||||||
CFLAGS="-I${XBPS_MASTERDIR}/usr/include"
|
CFLAGS="-I${XBPS_MASTERDIR}/usr/include"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue