libmpc: update to 1.3.0, adopt.
This commit is contained in:
parent
12fdffd2d3
commit
039fd72003
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'libmpc'
|
# Template file for 'libmpc'
|
||||||
pkgname=libmpc
|
pkgname=libmpc
|
||||||
version=1.2.1
|
version=1.3.0
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="EGREP=egrep"
|
|
||||||
makedepends="gmp-devel mpfr-devel"
|
makedepends="gmp-devel mpfr-devel"
|
||||||
short_desc="C library for the arithmetic of complex numbers"
|
short_desc="C library for the arithmetic of complex numbers"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="http://www.multiprecision.org"
|
homepage="https://www.multiprecision.org/mpc/"
|
||||||
|
changelog="https://gitlab.inria.fr/mpc/mpc/-/raw/master/NEWS"
|
||||||
distfiles="${GNU_SITE}/mpc/mpc-${version}.tar.gz"
|
distfiles="${GNU_SITE}/mpc/mpc-${version}.tar.gz"
|
||||||
checksum=17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459
|
checksum=0e3b12181d37207230f5a7a7ddcfc22abfc5fc9c05825e1a65401a489a432a2a
|
||||||
|
|
||||||
if [ -z "$CHROOT_READY" ]; then
|
if [ -z "$CHROOT_READY" ]; then
|
||||||
CFLAGS="-I${XBPS_MASTERDIR}/usr/include"
|
CFLAGS="-I${XBPS_MASTERDIR}/usr/include"
|
||||||
|
|
Loading…
Reference in New Issue