summaryrefslogtreecommitdiff
blob: efc49e59569e5a0eac218ff1a4bcb5f91476e839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/gdm-themes-livecd/gdm-themes-livecd-2007.0.ebuild,v 1.1 2007/05/07 18:57:59 wolf31o2 Exp $

DESCRIPTION="Gentoo LiveCD theme for the GDM Greeter"
HOMEPAGE="http://www.gentoo.org"
SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${P}.tar.bz2"

RDEPEND="gnome-base/gdm"

SLOT="0"
LICENSE="as-is"
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
IUSE=""

S=${WORKDIR}

src_install() {
	insinto /usr/share/gdm/themes
	doins -r *
}