aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libmath-bigint-gmp-perl_1.18.bb
blob: 59453e22003c59ce45a188143d55c1909eff7ff2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Math::BigInt::GMP - Use the GMP library for Math::BigInt routines"
SECTION = "libs"
LICENSE = "Artistic|GPLv1+"
DEPENDS += "gmp-native"
RDEPENDS_${PN} += "gmp"
PR = "r8"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/Math-BigInt-GMP-${PV}.tar.gz"

S = "${WORKDIR}/Math-BigInt-GMP-${PV}"

inherit cpan

FILES_${PN} = "${PERLLIBDIRS}/auto/Math/BigInt/GMP/* \
                ${PERLLIBDIRS}/Math"

SRC_URI[md5sum] = "cd17afa7e9e7e9192457f6968d538f3f"
SRC_URI[sha256sum] = "6948117f96cc9754bdbc53d92c48bca02f2de844a271a527b0a27065fcd06d24"