# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils S="${WORKDIR}/${P}" DESCRIPTION="mp3 manager, id3 editor and xmms controller in wxPython" HOMEPAGE="http://www.dis.uu.se/~pi/python" SRC_URI="http://www.dis.uu.se/~pi/python/PyMM/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND=">=media-sound/xmms-1.2.7-r20 >=dev-python/wxPython-2.4.0.2" src_install() { distutils_src_install } src_unpack() { unpack ${A} cd ${P} cp setup.py orgsetup.py sed -e 's/bitmaps/pixmaps/' orgsetup.py > setup.py cp newlib.py lib.py sed -e 's/"bitmaps"/"pixmaps"/' orglib.py > lib.py }