summaryrefslogtreecommitdiffstats
path: root/recipes/perl/libtree-simple-perl_1.18.bb
diff options
context:
space:
mode:
authorVladimir Sorokin <sorokin@altell.ru>2010-05-05 16:53:19 +0400
committerRoman I Khimov <khimov@altell.ru>2010-06-09 11:19:37 +0400
commita933f269935d944ef034afc5339fc3bd489d5edc (patch)
treee038d806b97ace799336458d0d761a239489f927 /recipes/perl/libtree-simple-perl_1.18.bb
parent44f496d37df485f16d67bcb88885c5f4437a002f (diff)
downloadopenembedded-a933f269935d944ef034afc5339fc3bd489d5edc.tar.gz
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/perl/libtree-simple-perl_1.18.bb')
-rw-r--r--recipes/perl/libtree-simple-perl_1.18.bb15
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