[oe-commits] Andreas Oberritter : libcddb-1.3.2: initial recipe

git version control git at git.openembedded.org
Sat Oct 2 14:40:19 UTC 2010


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

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Wed Sep 29 10:36:29 2010 +0000

libcddb-1.3.2: initial recipe

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/libcddb/libcddb_1.3.2.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/recipes/libcddb/libcddb_1.3.2.bb b/recipes/libcddb/libcddb_1.3.2.bb
new file mode 100644
index 0000000..8539569
--- /dev/null
+++ b/recipes/libcddb/libcddb_1.3.2.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "A library for accessing a CDDB server"
+HOMEPAGE = "http://libcddb.sourceforge.net"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "LGPLv2"
+MAINTAINER = "Andreas Frisch <andreas.frisch at multimedia-labs.de>"
+
+SRC_URI = "http://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
+
+SRC_URI[md5sum] = "8bb4a6f542197e8e9648ae597cd6bc8a"
+SRC_URI[sha256sum] = "35ce0ee1741ea38def304ddfe84a958901413aa829698357f0bee5bb8f0a223b"
+
+inherit autotools pkgconfig
+





More information about the Openembedded-commits mailing list