summaryrefslogtreecommitdiff
blob: 8a536e51ff9f11ec87d7bc3ca05fbfffed6b8098 (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
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/madman/madman-0.91.1.ebuild,v 1.4 2004/02/11 20:28:57 caleb Exp $

S="${WORKDIR}/${P}"
DESCRIPTION="MP3 organizer/ID3 tag-editor extrodinaire"
HOMEPAGE="http://madman.sf.net"
SRC_URI="mirror://sourceforge/madman/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=">=x11-libs/qt-3.1.0-r3
	>=media-libs/libvorbis-1.0
	>=media-sound/xmms-1.2.7-r20
	>=media-libs/id3lib-3.8.3"

src_compile() {
	addwrite "${QTDIR}/etc/settings"
	econf --prefix=/usr --libdir=/usr/lib
	emake
}

src_install() {
	einstall libdir=${D}/usr/lib || die
}