You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/vdr-vompserver/vdr-vompserver-0.3.1.ebuild

48 lines
1.1 KiB

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-vompserver/vdr-vompserver-0.3.1.ebuild,v 1.2 2012/03/31 10:18:22 hd_brummy Exp $
EAPI="4"
inherit vdr-plugin
DESCRIPTION="VDR Plugin: server part for MediaMVP device"
HOMEPAGE="http://www.loggytronic.com/vomp.php"
SRC_URI="http://www.loggytronic.com/dl/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=media-video/vdr-1.2.6"
RDEPEND="${DEPEND}"
src_prepare() {
vdr-plugin_src_prepare
sed -i "s:vompserver:vomp:" vompserver.c
sed -i "s:char b:// char b:" mediafile.c
}
src_install() {
vdr-plugin_src_install
dodoc README
insinto /etc/vdr/plugins/vomp
newins vomp.conf.sample vomp.conf
newins vomp-00-00-00-00-00-00.conf.sample vomp-00-00-00-00-00-00.conf
}
pkg_postinst() {
vdr-plugin_pkg_postinst
echo
elog "Have a look to the VOMP sample files in /etc/vdr/plugins."
echo
elog "You have to download the dongle file (i.e. firmware) and adapt"
elog "the vomp configuration files accordingly."
echo
}