From: Frans Meulenbroeks Date: Thu, 9 Sep 2010 20:38:44 +0000 (+0200) Subject: libimage-size-perl: added X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=535925c83f477306d0eeb9ac90d1477c5bd819fb;p=openembedded.git libimage-size-perl: added Signed-off-by: Frans Meulenbroeks --- 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"