aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libzvbi/libzvbi_0.2.25.bb
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2007-10-20 17:49:10 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2007-10-20 17:49:10 +0000
commit16d90664c348c2ebfa2b07234479c7e8ef88468f (patch)
tree82ac63c70adc11023732707270354424abf350ea /packages/libzvbi/libzvbi_0.2.25.bb
parent21e6f6a2e45fe4a03b4b7d96485d52a04a8f1278 (diff)
downloadopenembedded-16d90664c348c2ebfa2b07234479c7e8ef88468f.tar.gz
libzvbi: Moved from 0.2.24 to 0.2.25 release.
Diffstat (limited to 'packages/libzvbi/libzvbi_0.2.25.bb')
-rw-r--r--packages/libzvbi/libzvbi_0.2.25.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/libzvbi/libzvbi_0.2.25.bb b/packages/libzvbi/libzvbi_0.2.25.bb
new file mode 100644
index 0000000000..fe9fd1495c
--- /dev/null
+++ b/packages/libzvbi/libzvbi_0.2.25.bb
@@ -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 = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/zapping/zvbi-${PV}.tar.bz2"
+S = "${WORKDIR}/zvbi-${PV}"
+
+EXTRA_OECONF = "--without-x"
+
+inherit autotools
+
+do_stage() {
+ autotools_stage_all
+}
+
+