mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-21 10:21:24 +02:00
initial import
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# 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.10 2005/07/28 14:45:31 caleb Exp $
|
||||
|
||||
DESCRIPTION="MP3 organizer/ID3 tag-editor extraordinaire"
|
||||
HOMEPAGE="http://madman.sf.net"
|
||||
SRC_URI="mirror://sourceforge/madman/${P}.tar.gz"
|
||||
RESTRICT="nomirror"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="=x11-libs/qt-3*
|
||||
>=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 || die "econf failed"
|
||||
emake || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
einstall libdir=${D}/usr/lib || die
|
||||
}
|
||||
Reference in New Issue
Block a user