summaryrefslogtreecommitdiff
blob: ef3680d1651a9569e2bb1dc98d4d839bd42b8556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/skinenigmang-logos/skinenigmang-logos-20131008.ebuild,v 1.1 2013/10/08 16:54:28 hd_brummy Exp $

EAPI="5"

inherit eutils

DESCRIPTION="VDR - Skin Plugin: enigma-ng logos"
HOMEPAGE="http://andreas.vdr-developer.org/enigmang/download.html
		http://creimer.net/channellogos/"
SRC_URI="http://vdr.websitec.de/download/${PN}/enigma-logos-${PV}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

RDEPEND="media-plugins/vdr-skinenigmang"

S=${WORKDIR}/enigmalogos

src_install() {

	insinto /usr/share/vdr/skinenigmang/
	cp -r -a "${S}"/* --target="${D}"/usr/share/vdr/skinenigmang/
}