summaryrefslogtreecommitdiff
path: root/packages/libzvbi/libzvbi_0.2.25.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libzvbi/libzvbi_0.2.25.bb')
-rw-r--r--packages/libzvbi/libzvbi_0.2.25.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/libzvbi/libzvbi_0.2.25.bb b/packages/libzvbi/libzvbi_0.2.25.bb
deleted file mode 100644
index 9be7a7d42e..0000000000
--- a/packages/libzvbi/libzvbi_0.2.25.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-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 = "r1"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/zapping/zvbi-${PV}.tar.bz2"
-S = "${WORKDIR}/zvbi-${PV}"
-
-EXTRA_OECONF = "--without-x"
-
-inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
-}
-