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/x11-themes/skinenigmang-logos/skinenigmang-logos-20070214...

26 lines
811 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/skinenigmang-logos/skinenigmang-logos-20070214.ebuild,v 1.4 2010/02/24 14:48:05 ssuominen Exp $
inherit eutils
DESCRIPTION="VDR - Skin Plugin: enigma-ng logos"
HOMEPAGE="http://andreas.vdr-developer.org/enigmang/download.html"
SRC_URI="!dxr3? ( http://andreas.vdr-developer.org/enigmang/download/${PN}-xpm-hi-${PV}.tgz )
dxr3? ( http://andreas.vdr-developer.org/enigmang/download/${PN}-xpm-lo-${PV}.tgz )"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~amd64"
IUSE="dxr3"
RDEPEND="media-plugins/vdr-skinenigmang"
S=${WORKDIR}/skinenigmang
src_install() {
insinto /usr/share/vdr/skinenigmang
cp -r -a "${S}"/* --target="${D}"/usr/share/vdr/skinenigmang
}