# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Lila themes for KDM (blue color mod)" HOMEPAGE="http://lila-theme.berlios.de" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" RESTRICT="nomirror nostrip" SRC_URI="${HOMEPAGE}/files/colors/tarballs/${P}.tar.bz2" DEPEND="|| ( >=kde-base/kdm-3.4 >=kde-base/kdebase-3.4 )" BASEDIR="$(kde-config --prefix)/share/apps/kdm/themes" src_install() { dodir ${BASEDIR} cp -R ${WORKDIR}/${PN}/* ${D}/${BASEDIR} }