diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-10-20 19:01:23 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-10-20 19:01:23 +0000 |
commit | 422aefa4d6d0a6bda0cc573b1d2608976ed9ae3b (patch) | |
tree | 4490c57c93febcd8af924b523552a4787fa661e3 /packages/libzvbi/libzvbi_0.2.25.bb | |
parent | 6386c3845560481281ce1f8f4b3b86b3fa1520a9 (diff) | |
parent | 16d90664c348c2ebfa2b07234479c7e8ef88468f (diff) |
merge of '2d6f350b08c302c3549a0fc0c9151fc2020a6ca0'
and '411624e6069d2de235b76b2702c93f0b340dc064'
Diffstat (limited to 'packages/libzvbi/libzvbi_0.2.25.bb')
-rw-r--r-- | packages/libzvbi/libzvbi_0.2.25.bb | 21 |
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 +} + + |