From: Jamie Lenehan Date: Tue, 3 Oct 2006 22:52:49 +0000 (+0000) Subject: perl: Add the Math::BigInt::GMP cpan module. This provides a faster, gmp X-Git-Tag: Release-2010-05/1~9453^2~623 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7995248f71ef10316795d1ad1eed7eb363f8882;p=openembedded.git perl: Add the Math::BigInt::GMP cpan module. This provides a faster, gmp based, implementation of Math::BigInt. --- diff --git a/packages/perl/libmath-bigint-gmp-perl_1.18.bb b/packages/perl/libmath-bigint-gmp-perl_1.18.bb new file mode 100644 index 0000000000..6d4754d2ae --- /dev/null +++ b/packages/perl/libmath-bigint-gmp-perl_1.18.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Math::BigInt::GMP - Use the GMP library for Math::BigInt routines" +SECTION = "libs" +MAINTAINER = "Jamie Lenehan " +LICENSE = "Artistic|GPL" +DEPENDS += "gmp-native" +RDEPENDS += "gmp" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/Math-BigInt-GMP-1.18.tar.gz" + +S = "${WORKDIR}/Math-BigInt-GMP-${PV}" + +inherit cpan