# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="SLiM - Simple Login Manager" HOMEPAGE="http://slim.berlios.de/" SRC_URI="http://download.berlios.de/slim/slim-${PV}-themepack1.tar.gz" # http://download.berlios.de/slim/slim-${PV}-themepack1a.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="x11-apps/slim" S=${WORKDIR} src_unpack() { return 0 } src_compile() { einfo "Nothing to compile" } src_install() { dodir /usr/share/slim/themes cd ${D}/usr/share/slim/themes unpack ${A} chmod -R ugo=rX * }