diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-02 21:56:30 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-02 21:56:30 +0100 |
commit | e85c90418c83251b79128a7182aa6b77b454f7cf (patch) | |
tree | f584b773a1299a6450411b15edd2ff8a9ad023ca /recipes/perl | |
parent | 04443dfc7dcf293b9521007ac97be12e2e78461e (diff) |
libcompress-zlib-perl_2.015.bb updated to latest version
Diffstat (limited to 'recipes/perl')
-rw-r--r-- | recipes/perl/libcompress-zlib-perl_2.015.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/perl/libcompress-zlib-perl_2.015.bb b/recipes/perl/libcompress-zlib-perl_2.015.bb new file mode 100644 index 0000000000..ed1e589fa8 --- /dev/null +++ b/recipes/perl/libcompress-zlib-perl_2.015.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Compress::Zlib - Interface to zlib compression library" +SECTION = "libs" +LICENSE = "Artistic|GPL" +PR = "r10" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib-${PV}.tar.gz" + +S = "${WORKDIR}/Compress-Zlib-${PV}" + +inherit cpan + +FILES_${PN} = "${PERLLIBDIRS}/auto/Compress/Zlib/* \ + ${PERLLIBDIRS}/Compress" + +BBCLASSEXTEND="native" |