tinc: Recipe for 1.0.9
[openembedded/mini2440.git] / recipes / libzvbi / libzvbi_0.2.22.bb
bloba4ce1e55d508e8fb1db92331145a46506b34aa29
1 DESCRIPTION = "The Zapping VBI library, in short ZVBI, provides functions to \
2 capture and decode VBI data. It is written in plain ANSI C with few dependencies \
3 on other tools and libraries."
4 HOMEPAGE = "http://zapping.sourceforge.net/ZVBI/index.html"
5 LICENSE = "GPL"
6 SECTION = "libs/multimedia"
7 DEPENDS = "libpng"
8 PR = "r1"
10 SRC_URI = "${SOURCEFORGE_MIRROR}/zapping/zvbi-${PV}.tar.bz2"
11 S = "${WORKDIR}/zvbi-${PV}"
13 inherit autotools pkgconfig
15 do_stage() {
16 autotools_stage_all