2012-11-28 10:53:31 +01:00
|
|
|
# Template build file for 'perl-Math-BigInt-GMP'.
|
|
|
|
pkgname=perl-Math-BigInt-GMP
|
|
|
|
version=1.36
|
2013-11-23 11:57:36 +01:00
|
|
|
revision=2
|
2013-04-14 11:13:30 +02:00
|
|
|
wrksrc="Math-BigInt-GMP-${version}"
|
2012-11-28 10:53:31 +01:00
|
|
|
build_style=perl-module
|
2013-11-23 11:57:36 +01:00
|
|
|
hostmakedepends="perl>=5.18"
|
|
|
|
makedepends="${hostmakedepends} gmp-devel"
|
2012-11-28 10:53:31 +01:00
|
|
|
short_desc="Math::BigInt::GMP - Use the GMP library for Math::BigInt routines"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com"
|
|
|
|
homepage="http://search.cpan.org/dist/Math-BigInt-GMP"
|
|
|
|
license="GPL-2"
|
|
|
|
distfiles="${CPAN_SITE}/Math/Math-BigInt-GMP-${version}.tar.gz"
|
|
|
|
checksum=278115a882d0cb50fbbef36706d8fff44122de58f8e7d5f6dcebf00e2df1b449
|
2013-04-14 11:13:30 +02:00
|
|
|
|
|
|
|
perl-Math-BigInt-GMP_package() {
|
2013-11-23 11:57:36 +01:00
|
|
|
depends="${hostmakedepends}"
|
2013-04-14 11:13:30 +02:00
|
|
|
pkg_install() {
|
2013-11-23 11:57:36 +01:00
|
|
|
vmove all
|
2013-04-14 11:13:30 +02:00
|
|
|
}
|
|
|
|
}
|