# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Lila theme for Bootsplash" HOMEPAGE="http://lila-theme.berlios.de" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" RESTRICT="nomirror nostrip" SRC_URI="${HOMEPAGE}/files/tarballs/${P}.tar.bz2" DEPEND="media-gfx/bootsplash" BASEDIR="/etc/bootsplash" src_install() { dodir ${BASEDIR} cp -R ${WORKDIR}/${PN}/* ${D}/${BASEDIR} }