summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Ellis <jje@gentoo.org>2003-03-09 04:54:50 +0000
committerJohn J. Ellis <jje@gentoo.org>2003-03-09 04:54:50 +0000
commit1ab71880b8c05ac65e9208eac2a87a761fde49e4 (patch)
treea37bd108f04bed13ea6244ad2459f32d4eb7e502 /media-sound/mp3asm/mp3asm-0.1.3-r1.ebuild
parentVersion bump. (diff)
downloadgentoo-2-1ab71880b8c05ac65e9208eac2a87a761fde49e4.tar.gz
gentoo-2-1ab71880b8c05ac65e9208eac2a87a761fde49e4.tar.bz2
gentoo-2-1ab71880b8c05ac65e9208eac2a87a761fde49e4.zip
New ebuild (~x86 masked) closes #15785
Diffstat (limited to 'media-sound/mp3asm/mp3asm-0.1.3-r1.ebuild')
-rw-r--r--media-sound/mp3asm/mp3asm-0.1.3-r1.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/media-sound/mp3asm/mp3asm-0.1.3-r1.ebuild b/media-sound/mp3asm/mp3asm-0.1.3-r1.ebuild
new file mode 100644
index 000000000000..1eab85fe6ac8
--- /dev/null
+++ b/media-sound/mp3asm/mp3asm-0.1.3-r1.ebuild
@@ -0,0 +1,29 @@
+# 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.1 2003/03/09 04:54:50 jje Exp $
+
+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=""
+
+# the author uses weird numbering...
+S=${WORKDIR}/mp3asm-0.1
+
+src_compile() {
+ econf
+ emake || die
+}
+
+src_install() {
+ dodoc ${S}/README
+ dodoc ${S}/COPYING
+ dobin ${S}/src/mp3asm
+}