diff options
Diffstat (limited to 'media-sound/musicman/musicman-0.11-r1.ebuild')
-rw-r--r-- | media-sound/musicman/musicman-0.11-r1.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/media-sound/musicman/musicman-0.11-r1.ebuild b/media-sound/musicman/musicman-0.11-r1.ebuild new file mode 100644 index 000000000000..696fa6e86168 --- /dev/null +++ b/media-sound/musicman/musicman-0.11-r1.ebuild @@ -0,0 +1,37 @@ +# 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-r1.ebuild,v 1.1 2004/07/07 22:55:31 fvdpol Exp $ + +inherit eutils 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" + +src_unpack() { + unpack ${A} + + epatch ${FILESDIR}/${P}-gcc34.patch + epatch ${FILESDIR}/${P}-amd64.patch +} + +src_install() { + make \ + prefix=${D}/usr \ + mandir=${D}/usr/share/man \ + infodir=${D}/usr/share/info \ + install || die +} |