summaryrefslogtreecommitdiff
path: root/media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild')
-rw-r--r--media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild b/media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild
deleted file mode 100644
index 12b5f20a8f6d..000000000000
--- a/media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils autotools
-
-DESCRIPTION="libdvb package with CAM library. libdvbmpegtools, and dvb-mpegtools"
-HOMEPAGE="http://www.metzlerbros.org/dvb/"
-SRC_URI="http://www.metzlerbros.org/dvb/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="doc"
-
-DEPEND="virtual/linuxtv-dvb-headers"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-autotools.patch"
- epatch "${FILESDIR}/${P}-rename-analyze.patch"
- epatch "${FILESDIR}/${P}-gcc43.patch"
-
- eautoreconf
-}
-
-src_install() {
- #einstall DESTDIR="${D}" || die "Install problem"
- insinto /usr/$(get_libdir)
- make DESTDIR="${D}" PREFIX=/usr LIBDIR=$(get_libdir) install || die "Problem at make install"
-
- cd "${D}"/usr/bin
- mv dia dia_dvb
-
- cd "${S}"
- if use doc; then
- insinto "/usr/share/doc/${PF}/sample_progs"
- doins sample_progs/*
- insinto "/usr/share/doc/${PF}/samplerc"
- doins samplerc/*
- fi
-
- elog "The script called 'dia' has been installed as dia_dvb"
- elog "so that it doesn't overwrite the binary of app-office/dia."
- elog "analyze has been renamed to analyze_mpg."
-
- dodoc README
-}