tinc: Recipe for 1.0.9
[openembedded/mini2440.git] / recipes / libzvbi / libzvbi_0.2.25.bb
blob9be7a7d42e4896e215a72758832589a1726a6e49
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 EXTRA_OECONF = "--without-x"
15 inherit autotools pkgconfig
17 do_stage() {
18 autotools_stage_all