summaryrefslogtreecommitdiff
path: root/packages/perl/libmath-bigint-gmp-perl_1.18.bb
blob: 808d1065b5a4fc4dda0050142fe621ffaa3ef6a2 (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"
MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
LICENSE = "Artistic|GPL"
DEPENDS += "gmp-native"
RDEPENDS += "gmp"
PR = "r1"

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} = "${libdir}/perl5/*/*/auto/Math/BigInt/GMP/* \
                ${libdir}/perl5/*/*/auto/Math/BigInt/GMP/.packlist \
                ${libdir}/perl5/*/*/Math"
FILES_${PN}-dbg += "${libdir}/perl5/*/*/auto/Math/BigInt/GMP/.debug"