aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libcddb
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-09-29 10:36:29 +0000
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-02 16:39:01 +0200
commitf70910456e2ae7cc585dd062437c379e465ed66b (patch)
treeac961cf3ec94196cf7c358937b37ffc39fb69d81 /recipes/libcddb
parent25b2db8ccd581713d70422c8b0d11f917d43c1cc (diff)
downloadopenembedded-f70910456e2ae7cc585dd062437c379e465ed66b.tar.gz
libcddb-1.3.2: initial recipe
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/libcddb')
-rw-r--r--recipes/libcddb/libcddb_1.3.2.bb14
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 0000000000..853956978f
--- /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@multimedia-labs.de>"
+
+SRC_URI = "http://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
+
+SRC_URI[md5sum] = "8bb4a6f542197e8e9648ae597cd6bc8a"
+SRC_URI[sha256sum] = "35ce0ee1741ea38def304ddfe84a958901413aa829698357f0bee5bb8f0a223b"
+
+inherit autotools pkgconfig
+