diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-09 22:38:44 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-09 23:20:05 +0200 |
commit | 535925c83f477306d0eeb9ac90d1477c5bd819fb (patch) | |
tree | 1c2124eb7b90e7977e0781dfc72810288daa1dd2 /recipes | |
parent | 04ce0aa3ae54cb53e687889f2cb4ad45c1ae7df6 (diff) |
libimage-size-perl: added
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/perl/libimage-size-perl_3.230.bb | 14 |
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" |