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-osdteletext/vdr-osdteletext-0.9.4.ebuild

33 lines
942 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdteletext/vdr-osdteletext-0.9.4.ebuild,v 1.1 2013/03/31 12:58:26 hd_brummy Exp ${VDRPLUGIN}/vdr-${VDRPLUGIN}-0.3.1.ebuild,v 1.1 2003/05/13 09:39:19 fow0ryl Exp $
EAPI="5"
inherit vdr-plugin-2
VERSION="1282" # every bump, new version
DESCRIPTION="VDR Plugin: Osd-Teletext displays the teletext on the OSD"
HOMEPAGE="http://projects.vdr-developer.org/projects/show/plg-osdteletext"
SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=media-video/vdr-1.7.39"
RDEPEND="${DEPEND}"
VDR_RCADDON_FILE="${FILESDIR}/rc-addon-v2.sh"
VDR_CONFD_FILE="${FILESDIR}/confd-v2"
src_install() {
vdr-plugin-2_src_install
# create the teletext directory
diropts -m755 -ovdr -gvdr
keepdir /var/cache/vdr/${VDRPLUGIN}
}