# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: MY_P="conrad-fbsplash-${PV}" DESCRIPTION="Conrad theme for gensplash consoles" HOMEPAGE="http://www.conrad-gentoo.org/" SRC_URI="http://conrad-gentoo.org/${MY_P}.tar.bz2" SLOT=${PV} LICENSE="GPL-2" KEYWORDS="amd64 ppc x86" IUSE="" RESTRICT="binchecks strip" DEPEND=">=media-gfx/splashutils-1.1.9.10-r1" S=${WORKDIR}/ src_install() { dodir /etc/splash/conrad-${PV} cp -r ${S}/* ${D}/etc/splash/ }