summaryrefslogtreecommitdiff
blob: a8249147f0bc30375d9a6bce87d97ad194d5f686 (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
25
26
27
28
29
30
31
32
33
34
35
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/musicman/musicman-0.11.ebuild,v 1.1 2004/07/07 21:20:18 fvdpol Exp $

inherit kde

DESCRIPTION="A Konqueror plugin for manipulating ID3 tags in MP3 files"
HOMEPAGE="http://musicman.sourceforge.net/"
SRC_URI="mirror://sourceforge/musicman/${P}.tar.gz"

LICENSE="GPL-1"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND=">=kde-base/kdebase-3.2.1 \
	>=media-libs/jpeg-6b-r3 \
	>=app-admin/fam-2.7.0 \
	>=media-libs/libart_lgpl-2.3.16"

# The tar.gz doesn't create a musicman-0.11 directory
S="${WORKDIR}/musicman"

# Use the compile function from the kde eclass which gets rid
# of the sandbox 'access denied' errors

# Can't use the kde install function; it puts things in /share
# for some reason (presumably doesn't define prefix)
src_install() {
	make \
		prefix=${D}/usr \
		mandir=${D}/usr/share/man \
		infodir=${D}/usr/share/info \
		install || die
}