# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.4.ebuild,v 1.7 2006/08/18 20:53:36 dertobi123 Exp $ NEED_PYTHON=2.3 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="alpha amd64 ppc sparc x86" IUSE="" src_compile() { econf || die distutils_src_compile || die } src_install() { make DESTDIR="${D}" install || die }