mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
perl-Math-Prime-Util: update to 0.71.
This commit is contained in:
parent
157396d2be
commit
80c8b3b491
1 changed files with 8 additions and 8 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'perl-Math-Prime-Util'
|
# Template file for 'perl-Math-Prime-Util'
|
||||||
pkgname="perl-Math-Prime-Util"
|
pkgname=perl-Math-Prime-Util
|
||||||
version=0.70
|
version=0.71
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="${pkgname/perl-/}-${version}"
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl perl-Math-Prime-Util-GMP"
|
hostmakedepends="perl perl-Math-Prime-Util-GMP"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="$hostmakedepends"
|
||||||
depends="${hostmakedepends}"
|
depends="$hostmakedepends"
|
||||||
short_desc="Utilities related to prime numbers, including fast sieves and factoring"
|
short_desc="Utilities related to prime numbers, including fast sieves and factoring"
|
||||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
license="Artistic, GPL-1"
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||||
homepage="https://github.com/danaj/Math-Prime-Util"
|
homepage="https://github.com/danaj/Math-Prime-Util"
|
||||||
distfiles="${CPAN_SITE}/Math/${pkgname/perl-/}-${version}.tar.gz"
|
distfiles="${CPAN_SITE}/Math/${pkgname/perl-/}-${version}.tar.gz"
|
||||||
checksum=aa38561c7d2a6ffa5f2bcb029ef4ad26596a1addfac3fa1b4b9fee1e9d24ab9d
|
checksum=8ae2c4df866fa7bdad614e086f3c888258787f4d1b62382afe13e6256f0e8043
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i -e "s/^\(my \$have_gmp =\).*/\1 1;/" Makefile.PL
|
sed -i -e "s/^\(my \$have_gmp =\).*/\1 1;/" Makefile.PL
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue