summaryrefslogtreecommitdiff
blob: 718bfd316e770115841073e2d6315b9907939202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit rpm

MDV_EXTRAVERSION="1mdv2007.1"

DESCRIPTION="Mandriva's Ia Ora theme for GTK2 and Metacity"
HOMEPAGE="http://www.mandriva.com/"
SRC_URI="ftp://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2007.1/SRPMS/main/release/ia_ora-gnome-${PV}-${MDV_EXTRAVERSION}.src.rpm"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="x11-themes/gnome-icon-theme"
RDEPEND="${DEPEND}"

S="${WORKDIR}/ia_ora-gnome-${PV}"

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS README ChangeLog
}