# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit rpm MDV_EXTRAVERSION="1mdv2007.0" 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.0/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_unpack() { rpm_src_unpack cd "${S}" } src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS COPYING README ChangeLog }