[oe-commits] Roman I Khimov : libdbix-simple-perl: add DBIx::Simple Perl module

git version control git at git.openembedded.org
Thu Jul 15 18:00:20 UTC 2010


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

Author: Roman I Khimov <khimov at altell.ru>
Date:   Mon Jul 12 09:35:03 2010 +0400

libdbix-simple-perl: add DBIx::Simple Perl module

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

---

 recipes/perl/libdbix-simple-perl_1.32.bb |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libdbix-simple-perl_1.32.bb b/recipes/perl/libdbix-simple-perl_1.32.bb
new file mode 100644
index 0000000..0fa1b5f
--- /dev/null
+++ b/recipes/perl/libdbix-simple-perl_1.32.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Easy-to-use OO interface to DBI"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS_${PN} += "libdbi-perl-native"
+RDEPENDS_${PN} += "libdbi-perl \
+         perl-module-file-spec \
+         perl-module-scalar-util \
+         perl-module-test-simple \
+         perl-module-storable \
+"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JU/JUERD/DBIx-Simple-${PV}.tar.gz"
+SRC_URI[md5sum] = "c1d7bf0ab453e7e00715d9d4e71102d8"
+SRC_URI[sha256sum] = "226917bffbe3ad0e88295046ed4d25785bc6175e696fb77f8302226bc947fe36"
+
+S = "${WORKDIR}/DBIx-Simple-${PV}"
+
+inherit cpan





More information about the Openembedded-commits mailing list