# 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" SRC_URI="http://eyed3.nicfit.net/releases/${P}.tar.gz" HOMEPAGE="http://eyed3.nicfit.net/" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" DEPEND="dev-python/optik >=dev-lang/python-2.2" inherit distutils src_compile() { # sed -i 's:, optik;:;:' bin/eyeD3 econf distutils_src_compile } src_install() { DOCS="NEWS TODO" distutils_src_install dobin bin/eyeD3 }