Added bitbake recipe for libzvbi 0.2.24.
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Sat, 23 Dec 2006 14:21:44 +0000 (14:21 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Sat, 23 Dec 2006 14:21:44 +0000 (14:21 +0000)
packages/libzvbi/libzvbi_0.2.24.bb [new file with mode: 0644]

diff --git a/packages/libzvbi/libzvbi_0.2.24.bb b/packages/libzvbi/libzvbi_0.2.24.bb
new file mode 100644 (file)
index 0000000..c143763
--- /dev/null
@@ -0,0 +1,21 @@
+DESCRIPTION = "The Zapping VBI library, in short ZVBI, provides functions to \
+capture and decode VBI data. It is written in plain ANSI C with few dependencies \
+on other tools and libraries."
+HOMEPAGE = "http://zapping.sourceforge.net/ZVBI/index.html"
+LICENSE = "GPL"
+SECTION = "libs/multimedia"
+DEPENDS = "libpng"
+PR = "r2"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/zapping/zvbi-${PV}.tar.bz2"
+S = "${WORKDIR}/zvbi-${PV}"
+
+EXTRA_OECONF = "--without-x"
+
+inherit autotools
+
+do_stage() {
+       autotools_stage_all
+}
+
+