perl: Add the Math::BigInt::GMP cpan module. This provides a faster, gmp
authorJamie Lenehan <lenehan@twibble.org>
Tue, 3 Oct 2006 22:52:49 +0000 (22:52 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Tue, 3 Oct 2006 22:52:49 +0000 (22:52 +0000)
based, implementation of Math::BigInt.

packages/perl/libmath-bigint-gmp-perl_1.18.bb [new file with mode: 0644]

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 (file)
index 0000000..6d4754d
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "Math::BigInt::GMP - Use the GMP library for Math::BigInt routines"
+SECTION = "libs"
+MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
+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