[oe-commits] org.oe.dev Added bitbake recipe for libzvbi 0.2.24.

likewise commit openembedded-commits at lists.openembedded.org
Sat Dec 23 14:39:13 UTC 2006


Added bitbake recipe for libzvbi 0.2.24.

Author: likewise at openembedded.org
Branch: org.openembedded.dev
Revision: aca32242c3aeda1deec71cb3492a56279b957c6c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=aca32242c3aeda1deec71cb3492a56279b957c6c
Files:
1
packages/libzvbi/libzvbi_0.2.24.bb
Diffs:

#
# mt diff -r989da191856279d279817f31bfe3ec9e01567401 -raca32242c3aeda1deec71cb3492a56279b957c6c
#
# 
# 
# add_file "packages/libzvbi/libzvbi_0.2.24.bb"
#  content [4432b379347a15bfd1a6429135b4c0788ded4fc3]
# 
============================================================
--- packages/libzvbi/libzvbi_0.2.24.bb	4432b379347a15bfd1a6429135b4c0788ded4fc3
+++ packages/libzvbi/libzvbi_0.2.24.bb	4432b379347a15bfd1a6429135b4c0788ded4fc3
@@ -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
+}
+
+






More information about the Openembedded-commits mailing list