summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/mp3asm')
-rw-r--r--media-sound/mp3asm/mp3asm-0.1.3-r1.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/media-sound/mp3asm/mp3asm-0.1.3-r1.ebuild b/media-sound/mp3asm/mp3asm-0.1.3-r1.ebuild
index c60a4bd58840..e50c31b6c825 100644
--- a/media-sound/mp3asm/mp3asm-0.1.3-r1.ebuild
+++ b/media-sound/mp3asm/mp3asm-0.1.3-r1.ebuild
@@ -1,16 +1,16 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3asm/mp3asm-0.1.3-r1.ebuild,v 1.2 2003/07/12 20:30:54 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3asm/mp3asm-0.1.3-r1.ebuild,v 1.3 2003/08/07 04:10:18 vapier Exp $
+MY_P=${PN}-${PV}-${PR/r/}
DESCRIPTION="A command line tool to clean and edit mp3 files."
HOMEPAGE="http://sourceforge.net/projects/mp3asm/"
-MY_P=${PN}-${PV}-${PR/r/}
SRC_URI="mirror://sourceforge/mp3asm/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-IUSE=""
DEPEND=""
RDEPEND=""
@@ -18,12 +18,11 @@ RDEPEND=""
S=${WORKDIR}/mp3asm-0.1
src_compile() {
- econf
+ econf || die
emake || die
}
src_install() {
- dodoc ${S}/README
- dodoc ${S}/COPYING
- dobin ${S}/src/mp3asm
+ dodoc README
+ dobin src/mp3asm
}