diff options
author | Vladimir Sorokin <sorokin@altell.ru> | 2010-05-05 16:53:19 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-06-09 11:19:37 +0400 |
commit | a933f269935d944ef034afc5339fc3bd489d5edc (patch) | |
tree | e038d806b97ace799336458d0d761a239489f927 /recipes | |
parent | 44f496d37df485f16d67bcb88885c5f4437a002f (diff) |
libtree-simple-perl: Initial commit
A simple tree object in Perl.
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/perl/libtree-simple-perl_1.18.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/perl/libtree-simple-perl_1.18.bb b/recipes/perl/libtree-simple-perl_1.18.bb new file mode 100644 index 0000000000..ce2a3f7034 --- /dev/null +++ b/recipes/perl/libtree-simple-perl_1.18.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "A simple tree object" +SECTION = "libs" +LICENSE = "Artistic|GPL" +RDEPENDS += "perl-module-test-more perl-module-scalar-util" +PR = "r0" + +PACKAGE_ARCH = "all" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/ST/STEVAN/Tree-Simple-1.18.tar.gz" +SRC_URI[md5sum] = "70462938108a8b8658b1b1d2f12dbeab" +SRC_URI[sha256sum] = "cfbcdf0e02fb94134e1308ef5c3feb4ca4d4ff4cc4199b14fa9be7821183622d" + +S = "${WORKDIR}/Tree-Simple-${PV}" + +inherit cpan |