[oe-commits] Vladimir Sorokin : libtree-simple-perl: Initial commit

git version control git at git.openembedded.org
Wed Jun 9 07:21:20 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a933f269935d944ef034afc5339fc3bd489d5edc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a933f269935d944ef034afc5339fc3bd489d5edc

Author: Vladimir Sorokin <sorokin at altell.ru>
Date:   Wed May  5 16:53:19 2010 +0400

libtree-simple-perl: Initial commit

A simple tree object in Perl.

Signed-off-by: Vladimir Sorokin <sorokin at altell.ru>
Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 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 0000000..ce2a3f7
--- /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





More information about the Openembedded-commits mailing list