diff options
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 +} + + |