summaryrefslogtreecommitdiffstats
path: root/recipes/perl/libimage-size-perl_3.230.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libimage-size-perl_3.230.bb')
-rw-r--r--recipes/perl/libimage-size-perl_3.230.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/perl/libimage-size-perl_3.230.bb b/recipes/perl/libimage-size-perl_3.230.bb
new file mode 100644
index 0000000000..539463e8b3
--- /dev/null
+++ b/recipes/perl/libimage-size-perl_3.230.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Image::Size read the dimensions of an image in several popular formats"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJRAY/Image-Size-${PV}.tar.gz"
+SRC_URI[md5sum] = "17b5cc123a522aa3c4ca842094d0c0ba"
+SRC_URI[sha256sum] = "b2cf429c306fc865c551843bb2db42c24e28286964219758f315fce7d2aa76ae"
+
+S = "${WORKDIR}/Image-Size-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND="native"