aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <TicoTimo@gmail.com>2014-07-05 11:47:17 -0700
committerTim Orling <TicoTimo@gmail.com>2014-08-24 19:47:43 -0700
commitcb6c6919cb3a2c21daa137d42725ce375cc48d45 (patch)
tree39caa8785ccd2e4675d0f11a17183f70c5c10160
parent0a953aabcba977576b291d688df36172297bfb1b (diff)
downloadmeta-openembedded-contrib-cb6c6919cb3a2c21daa137d42725ce375cc48d45.tar.gz
libmath-planepath-perl: add 116
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
-rw-r--r--meta-perl/recipes-perl/libmath/libmath-planepath-perl_116.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libmath/libmath-planepath-perl_116.bb b/meta-perl/recipes-perl/libmath/libmath-planepath-perl_116.bb
new file mode 100644
index 0000000000..078e2cd325
--- /dev/null
+++ b/meta-perl/recipes-perl/libmath/libmath-planepath-perl_116.bb
@@ -0,0 +1,28 @@
+SUMMARY = "Math::PlanePath - points on a path through the 2-D plane"
+DESCRIPTION = "This is a base class for some mathematical paths which \
+map an integer position \"$n\" to and from coordinates \"$x,$y\" in \
+the 2D plane."
+
+SECTION = "libs"
+
+HOMEPAGE = "http://user42.tuxfamily.org/math-planepath/index.html"
+
+LICENSE = "GPL-3.0+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
+
+SRC_URI = "${CPAN_MIRROR}/authors/id/K/KR/KRYDE/Math-PlanePath-${PV}.tar.gz"
+SRC_URI[md5sum] = "f606f26e813615e6f93db21f678a4ab1"
+SRC_URI[sha256sum] = "b55f150592c157fe0cf5a897b2d929f9970e2411321c8b0ea9b5ef64689bd12b"
+
+S = "${WORKDIR}/Math-PlanePath-${PV}"
+
+inherit cpan
+
+RDEPENDS_${PN} = " perl-module-constant \
+ libconstant-defer-perl \
+ perl-module-list-util \
+ libmath-libm-perl \
+ perl-module-test \
+"
+
+BBCLASSEXTEND = "native"