diff options
author | John J. Ellis <jje@gentoo.org> | 2003-07-19 06:56:25 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-07-19 06:56:25 +0000 |
commit | 3e7a5417be61841b8fd32df4b1cc3ac53d51c762 (patch) | |
tree | c0c827e116519d99a95c22bb828d58d0c0472fdc /media-sound/madman/madman-0.91.1.ebuild | |
parent | New package, ~x86 masked. Closes #24512. (diff) | |
download | historical-3e7a5417be61841b8fd32df4b1cc3ac53d51c762.tar.gz historical-3e7a5417be61841b8fd32df4b1cc3ac53d51c762.tar.bz2 historical-3e7a5417be61841b8fd32df4b1cc3ac53d51c762.zip |
New package, ~x86 masked. Closes #24512.
Diffstat (limited to 'media-sound/madman/madman-0.91.1.ebuild')
-rw-r--r-- | media-sound/madman/madman-0.91.1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-sound/madman/madman-0.91.1.ebuild b/media-sound/madman/madman-0.91.1.ebuild new file mode 100644 index 000000000000..9c01f1ce7f16 --- /dev/null +++ b/media-sound/madman/madman-0.91.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 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.1 2003/07/19 06:56:18 jje 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() { + econf --prefix=/usr --libdir=/usr/lib + emake +} + +src_install() { + einstall libdir=${D}/usr/lib || die +} |