28 lines
728 B
Bash
28 lines
728 B
Bash
# Copyright 1999-2009 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/x11-themes/vdrgraphtft-poetter/vdrgraphtft-poetter-0.3.2.ebuild,v 1.1 2009/10/22 14:20:39 hd_brummy Exp $
|
|
|
|
inherit eutils
|
|
|
|
MY_PN="${PN/vdrgraphtft-poetter/poetter}"
|
|
|
|
DESCRIPTION="GraphTFT theme: Poetter"
|
|
HOMEPAGE="http://www.vdr-wiki.de/wiki/index.php/Graphtft-plugin"
|
|
SRC_URI="http://vdr.websitec.de/download/${PN}/${MY_PN}.0.3.2.tar.bz2"
|
|
|
|
KEYWORDS="~x86 ~amd64"
|
|
SLOT="0"
|
|
LICENSE="GPL-2 LGPL-2.1"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="${DEPEND}
|
|
>=media-plugins/vdr-graphtft-0.3.1"
|
|
|
|
S="${WORKDIR}/poetter"
|
|
|
|
src_install() {
|
|
|
|
insinto /usr/share/vdr/graphTFT/themes/poetter/
|
|
doins -r "${S}"/*
|
|
}
|