summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-21 03:07:47 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-21 03:07:47 +0000
commitbdcb0499ae169a86158e041e3052e6547fc09714 (patch)
tree4747819c5a3efb0dbae3284aa0c21b68630c5608 /media-sound/mp3c
parentadded ppc keyword (diff)
downloadhistorical-bdcb0499ae169a86158e041e3052e6547fc09714.tar.gz
historical-bdcb0499ae169a86158e041e3052e6547fc09714.tar.bz2
historical-bdcb0499ae169a86158e041e3052e6547fc09714.zip
repoman'd
Diffstat (limited to 'media-sound/mp3c')
-rw-r--r--media-sound/mp3c/mp3c-0.27.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/media-sound/mp3c/mp3c-0.27.ebuild b/media-sound/mp3c/mp3c-0.27.ebuild
index 87108696ba7b..d15b80a21fe4 100644
--- a/media-sound/mp3c/mp3c-0.27.ebuild
+++ b/media-sound/mp3c/mp3c-0.27.ebuild
@@ -1,22 +1,21 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3c/mp3c-0.27.ebuild,v 1.3 2002/07/11 06:30:41 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3c/mp3c-0.27.ebuild,v 1.4 2002/07/21 03:07:46 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="console based mp3 ripper, with cddb support"
HOMEPAGE="http://mp3c.wspse.de/WSPse/Linux-MP3c.php3?lang=en"
-LICENSE="GPL-2"
SRC_URI="ftp://excelsior.kullen.rwth-aachen.de/pub/linux/wspse/${P}.tar.gz"
DEPEND=">=media-sound/bladeenc-0.94.2 \
>=media-sound/cdparanoia-3.9.8 \
>=media-sound/mp3info-0.8.4-r1"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
src_compile() {
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man || die "./configure failed"
+ econf || die "./configure failed"
emake || die
}
@@ -26,5 +25,5 @@ src_install () {
mandir=${D}/usr/share/man \
infodir=${D}/usr/share/info \
install || die
- dodoc ABOUT-NLS AUTHORS BATCH.README BUGS CDDB_HOWTO COPYING ChangeLog FAQ INSTALL NEWS OTHERS README TODO
+ dodoc AUTHORS *README BUGS CDDB_HOWTO COPYING ChangeLog FAQ NEWS OTHERS TODO
}