]> Pileus Git - ~andy/sunrise/blob - x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.4.ebuild
x11-themes/gtk-engines-rezlooks - new ebuild, bug 136344
[~andy/sunrise] / x11-themes / gtk-engines-rezlooks / gtk-engines-rezlooks-0.4.ebuild
1 # Copyright 1999-2006 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 MY_P="${P/gtk-engines-rezlooks/rezlooks}"
6
7 DESCRIPTION="Simple GTK+ theme engine based on Clearlooks."
8 HOMEPAGE="http://www.gnome-look.org/content/show.php?content=39179"
9 SRC_URI="http://www.gnome-look.org/content/files/39179-${MY_P}.tar.gz"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 RDEPEND=">=x11-libs/gtk+-2.6"
17
18 S=${WORKDIR}/${MY_P}
19
20 src_install() {
21         emake DESTDIR="${D}" install || die "emake install failed"
22 }