# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header$ DESCRIPTION="Module for manipulating ID3 (v1 & v2) tags in Python" HOMEPAGE="http://eyed3.nicfit.net/" SRC_URI="http://eyeD3.nicfit.net/releases/eyeD3-${PV}.tar.gz" LICENSE="GPL-2" IUSE="" DEPEND=">=dev-lang/python-2.3" RDEPEND="$DEPEND" S="${WORKDIR}/eyeD3-${PV}" SLOT="0" KEYWORDS="~x86 ~sparc" inherit distutils src_compile() { econf || die distutils_src_compile || die } src_install() { make DESTDIR=${D} install || die }