summaryrefslogtreecommitdiff
blob: 912caf6d618dc5e39b3baa6796183a35bf56427a (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
26
27
28
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit kde rpm

MDV_EXTRAVERSION="17mdv2007.1"

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

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

DEPEND=""
RDEPEND=""
need-kde 3.5

S=${WORKDIR}/ia_ora-kde

src_unpack() {
        rpm_src_unpack
        cd "${S}"
	emake -f admin/Makefile.common cvs || die "emake failed"
}