20 lines
649 B
Bash
20 lines
649 B
Bash
# Template file for 'perl-Math-BigInt-GMP'
|
|
pkgname=perl-Math-BigInt-GMP
|
|
version=1.51
|
|
revision=3
|
|
wrksrc="Math-BigInt-GMP-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl gmp-devel"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${hostmakedepends}"
|
|
short_desc="Math::BigInt::GMP - Use the GMP library for Math::BigInt routines"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://search.cpan.org/dist/Math-BigInt-GMP"
|
|
license="Artistic, GPL-1"
|
|
distfiles="${CPAN_SITE}/Math/Math-BigInt-GMP-${version}.tar.gz"
|
|
checksum=77ac59cc5af8a2c88ccc27098ed8c4b301d2b5ed5b9c1f12eb8961844f119475
|
|
|
|
post_extract() {
|
|
sed -i /check_lib_or/d Makefile.PL
|
|
}
|