# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r1.ebuild,v 1.2 2007/11/07 00:13:10 wolf31o2 Exp $ inherit eutils DESCRIPTION="A fbcondecor theme created and designed for the Gentoo Linux." HOMEPAGE="http://www.kde-look.org/content/show.php?content=49074" SRC_URI="http://cyberdungeon.org.ru/~killy/files/other/${P}.tar.gz" SLOT=0 LICENSE="Artistic GPL-2 as-is" KEYWORDS="~amd64 ~ppc ~x86" IUSE="grub fbsplash" RESTRICT="binchecks strip" DEPEND="fbsplash? ( >=media-gfx/splashutils-1.4.1 )" S=${WORKDIR}/${PN/-/_} src_unpack() { unpack ${A} } src_install() { use fbsplash && cp -r "${S}"/etc "${D}"/ use grub && cp -r "${S}"/boot "${D}"/ }