void-packages/srcpkgs/perl-Math-Prime-Util/template

22 lines
737 B
Bash
Raw Normal View History

2017-08-30 15:28:02 +00:00
# Template file for 'perl-Math-Prime-Util'
pkgname="perl-Math-Prime-Util"
2017-09-13 15:12:28 +00:00
version=0.66
2017-08-30 15:28:02 +00:00
revision=1
wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module
hostmakedepends="perl perl-Math-Prime-Util-GMP"
makedepends="${hostmakedepends}"
depends="${hostmakedepends}"
short_desc="Utilities related to prime numbers, including fast sieves and factoring"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="Artistic, GPL-1"
homepage="https://github.com/danaj/Math-Prime-Util"
distfiles="${CPAN_SITE}/Math/${pkgname/perl-/}-${version}.tar.gz"
2017-09-13 15:12:28 +00:00
checksum=68549ceddd2de0e302e24b662fa3676434267d46583b5d725e8cf6efb0fd7139
if [ -n "$CROSS_BUILD" ]; then
pre_configure() {
sed -i -e "s/^\(my \$have_gmp =\).*/\1 1;/" Makefile.PL
}
fi