diff options
author | 2019-01-26 11:50:31 +0100 | |
---|---|---|
committer | 2019-01-26 11:50:53 +0100 | |
commit | 783545b559ed0f89810befe9a5232890b8a58fd1 (patch) | |
tree | bf4aa7c43c718bbcecb131a8ecaaf4f0dae05a36 /media-tv/w_scan/w_scan-20170107.ebuild | |
parent | net-libs/gssdp: Bump to 1.0.3 (diff) | |
download | gentoo-783545b559ed0f89810befe9a5232890b8a58fd1.tar.gz gentoo-783545b559ed0f89810befe9a5232890b8a58fd1.tar.bz2 gentoo-783545b559ed0f89810befe9a5232890b8a58fd1.zip |
media-tv/w_scan: Version bump, re bug 612466
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
Diffstat (limited to 'media-tv/w_scan/w_scan-20170107.ebuild')
-rw-r--r-- | media-tv/w_scan/w_scan-20170107.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/media-tv/w_scan/w_scan-20170107.ebuild b/media-tv/w_scan/w_scan-20170107.ebuild new file mode 100644 index 000000000000..0b7e605bf66c --- /dev/null +++ b/media-tv/w_scan/w_scan-20170107.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +DESCRIPTION="Scan DVB-C/DVB-T/DVB-S channels" +HOMEPAGE="http://wirbel.htpc-forum.de/w_scan/index2.html" +SRC_URI="http://wirbel.htpc-forum.de/w_scan/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc examples" + +DEPEND=">=virtual/linuxtv-dvb-headers-5.8" +RDEPEND="" + +src_install() { + emake DESTDIR="${D}" install + + dodoc ChangeLog README + + if use doc; then + dodoc doc/README.file_formats doc/README_VLC_DVB + fi + + if use examples; then + docinto examples + dodoc doc/rotor.conf + fi +} |