[oe-commits] org.oe.dev perl: Add the Math::BigInt::GMP cpan module. This provides a faster, gmp

lenehan commit openembedded-commits at lists.openembedded.org
Tue Oct 3 22:59:14 UTC 2006


perl: Add the Math::BigInt::GMP cpan module. This provides a faster, gmp
based, implementation of Math::BigInt.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 44a955a792706c15f9c4ce88c44a83a36517a686
ViewMTN: http://monotone.openembedded.org/revision.psp?id=44a955a792706c15f9c4ce88c44a83a36517a686
Files:
1
packages/perl/libmath-bigint-gmp-perl_1.18.bb
Diffs:

#
# mt diff -r87347ec2865d25056fa43e4d631a07b2ab9bffab -r44a955a792706c15f9c4ce88c44a83a36517a686
#
# 
# 
# add_file "packages/perl/libmath-bigint-gmp-perl_1.18.bb"
#  content [277ede1fd79768871bb41439f5990456bd0661fa]
# 
============================================================
--- packages/perl/libmath-bigint-gmp-perl_1.18.bb	277ede1fd79768871bb41439f5990456bd0661fa
+++ packages/perl/libmath-bigint-gmp-perl_1.18.bb	277ede1fd79768871bb41439f5990456bd0661fa
@@ -0,0 +1,13 @@
+DESCRIPTION = "Math::BigInt::GMP - Use the GMP library for Math::BigInt routines"
+SECTION = "libs"
+MAINTAINER = "Jamie Lenehan <lenehan at 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






More information about the Openembedded-commits mailing list