diff options
Diffstat (limited to 'media-sound/albumart/albumart-1.5.0.ebuild')
-rw-r--r-- | media-sound/albumart/albumart-1.5.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/media-sound/albumart/albumart-1.5.0.ebuild b/media-sound/albumart/albumart-1.5.0.ebuild new file mode 100644 index 000000000000..5f8fbdbe3f3c --- /dev/null +++ b/media-sound/albumart/albumart-1.5.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/albumart-1.5.0.ebuild,v 1.1 2005/04/18 19:54:03 luckyduck Exp $ + +inherit eutils + +DESCRIPTION="Album Cover Art Downloader" +SRC_URI="http://kempele.fi/~skyostil/projects/albumart/dist/${P}.tar.gz" +HOMEPAGE="http://kempele.fi/~skyostil/projects/albumart/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-python/PyQt-3.0 + >=dev-python/imaging-1.0.0" + +src_compile() { + einfo "nothing to compile" +} + +src_install() { + python setup.py install --root= --prefix=/${D}usr || die +} |