# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde need-kde 3 MY_P="modplug_artsplugin-${PV}" S=${WORKDIR}/${MY_P} DESCRIPTION="aRts plugin for MOD-like music files" SRC_URI="mirror://sourceforge/amarok/${MY_P}.tar.bz2" HOMEPAGE="http://amarok.sourceforge.net/artsplugins.php" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" DEPEND="kde-base/arts" src_compile() { myconf="${myconf} --prefix=${KDEDIR} -C" kde_src_compile configure kde_src_compile make } src_install() { make DESTDIR=${D} install || die }