All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libdbd-sqlite-perl: New recipe for SQLite DBI interface driver
@ 2010-01-29 10:07 Michael Lippautz
  2010-01-29 10:27 ` Koen Kooi
  2010-01-29 10:28 ` Holger Hans Peter Freyther
  0 siblings, 2 replies; 7+ messages in thread
From: Michael Lippautz @ 2010-01-29 10:07 UTC (permalink / raw)
  To: openembedded-devel

---
 recipes/perl/libdbd-sqlite-perl_1.29.bb |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)
 create mode 100644 recipes/perl/libdbd-sqlite-perl_1.29.bb

diff --git a/recipes/perl/libdbd-sqlite-perl_1.29.bb b/recipes/perl/libdbd-sqlite-perl_1.29.bb
new file mode 100644
index 0000000..10fe73a
--- /dev/null
+++ b/recipes/perl/libdbd-sqlite-perl_1.29.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "PERL database interface driver for the SQLite database."
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS = "libdbi-perl-native"
+RDEPENDS = "libdbi-perl \
+         perl-module-file-spec \
+         perl-module-file-path \
+         perl-module-scalar-util \
+         perl-module-list-util \
+         perl-module-test \
+         perl-module-test-more \
+         perl-module-test-harness \
+         perl-module-file-basename \
+         perl-module-storable \
+         perl-module-extutils-makemaker \
+         perl-module-locale \
+         perl-module-tie-hash \
+"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/DBD-SQLite-${PV}.tar.gz;name=dbdsqlite"
+SRC_URI[dbdsqlite.md5sum] = "2a47cea6ecff62508775d90151a8030f"
+SRC_URI[dbdsqlite.sha256sum] = "51d0d529e453ada1ce85772deb5cc4c86a2ebe9da2dd2fb0b40b77b555720867"
+
+S = "${WORKDIR}/DBD-SQLite-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
-- 
1.6.4.4




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-01-29 16:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-29 10:07 [PATCH] libdbd-sqlite-perl: New recipe for SQLite DBI interface driver Michael Lippautz
2010-01-29 10:27 ` Koen Kooi
2010-01-29 10:37   ` Michael Lippautz
2010-01-29 14:36   ` Chris Larson
2010-01-29 16:04     ` Koen Kooi
2010-01-29 10:28 ` Holger Hans Peter Freyther
2010-01-29 10:34   ` Michael Lippautz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.