# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /opt/data/files/travis/cvsroot/eyeD3/etc/gentoo/eyeD3-0.6.3.ebuild,v 1.2 2004/11/21 04:18:21 travis Exp $ inherit distutils DESCRIPTION="Module for manipulating ID3 (v1 + v2) tags in Python" HOMEPAGE="http://eyed3.nicfit.net/" SRC_URI="http://eyed3.nicfit.net/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 sparc ~ppc" IUSE="" DEPEND=">=virtual/python-2.3" src_compile() { econf || die distutils_src_compile || die } src_install() { make DESTDIR=${D} install || die }