summaryrefslogtreecommitdiff
blob: ee24e82a8568389c4134c19b598459993ef813bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-gtkstep/gtk-engines-gtkstep-2.2-r1.ebuild,v 1.6 2004/06/24 23:29:58 agriffis Exp $

inherit gtk-engines2

IUSE=""
DESCRIPTION="GTK+1 GTKStep Theme Engine"
HOMEPAGE="http://art.gnome.org/show_theme.php?themeID=250&category=gtk"
SRC_URI="mirror://gnome/teams/art.gnome.org/themes/gtk/GTK-Step-1.2.x.tar.gz"
KEYWORDS="x86 ppc sparc ~alpha hppa"
LICENSE="GPL-2"
SLOT="1"

DEPEND="=x11-libs/gtk+-1.2*"

S=${WORKDIR}/${PN/gtk-engines-}-2.0

src_unpack() {
	unpack ${A}
	use hppa && gnuconfig_update
}