From 535925c83f477306d0eeb9ac90d1477c5bd819fb Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Thu, 9 Sep 2010 22:38:44 +0200 Subject: libimage-size-perl: added Signed-off-by: Frans Meulenbroeks --- recipes/perl/libimage-size-perl_3.230.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/perl/libimage-size-perl_3.230.bb (limited to 'recipes/perl') 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" -- cgit v1.2.3