summaryrefslogtreecommitdiff
path: root/packages/libzvbi/libzvbi_0.2.24.bb
diff options
context:
space:
mode:
authorAndrew Wilcox <andy@protium.com>2006-12-23 22:10:30 +0000
committerAndrew Wilcox <andy@protium.com>2006-12-23 22:10:30 +0000
commit0b11231c7c8ccf42d17b3ea668bee2ac8f2af876 (patch)
tree2842ece7949480806fed2e9d08837f9746884d83 /packages/libzvbi/libzvbi_0.2.24.bb
parent77ba4ab623e452349b38c3098d7994326f921365 (diff)
parente301e52dc20f0d10d4e9503f65ce101c0244a04a (diff)
merge of '359cb2ede75783898c85d7b22cc9699eaf345d8a'
and '81ad048dfdc6a3a80a0a2fa696910b31ad099b1d'
Diffstat (limited to 'packages/libzvbi/libzvbi_0.2.24.bb')
-rw-r--r--packages/libzvbi/libzvbi_0.2.24.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/libzvbi/libzvbi_0.2.24.bb b/packages/libzvbi/libzvbi_0.2.24.bb
new file mode 100644
index 0000000000..c14376387b
--- /dev/null
+++ b/packages/libzvbi/libzvbi_0.2.24.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 = "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
+}
+
+