summaryrefslogtreecommitdiff
blob: 5d83fbf73ff99aacb6bb7721bf57f9e18db99e8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Glossy theme for gensplash consoles"
HOMEPAGE="http://www.kde-look.org/content/show.php/Gentoo+Glossy+Fbsplash+theme?content=84095"
SRC_URI="http://dev.gentoo.org/~coldwind/stuff/${P}.tar.bz2"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RESTRICT="binchecks strip"

RDEPEND=">=media-gfx/splashutils-1.4.1"

src_install() {
	insinto /etc/splash/${PN}
	doins -r "${S}"/*
}