blob: fe31f375979558825f336412f79af591733206db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/albumart-1.6.6.ebuild,v 1.4 2009/06/06 17:08:40 ssuominen Exp $
inherit distutils eutils qt3
DESCRIPTION="Album Cover Art Downloader"
HOMEPAGE="http://unrealvoodoo.org/hiteck/projects/albumart"
SRC_URI="http://muksuluuri.unrealvoodoo.org/~skyostil/projects/albumart/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE=""
RDEPEND="dev-python/PyQt
dev-python/imaging"
DEPEND="${RDEPEND}"
src_install() {
distutils_src_install
rm -rf "${D}"/usr/share/{doc/albumart,applnk}
make_desktop_entry ${PN}-qt "Album Cover Art Downloader" ${PN}
}
|