diff options
author | John J. Ellis <jje@gentoo.org> | 2003-09-21 08:55:04 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-09-21 08:55:04 +0000 |
commit | a592ff22573ca4a10ce6355bf589e21ca48241e5 (patch) | |
tree | 9dff8aad98069335ab684f9a1165e7d75f2f9aca /media-sound/wavsplit/wavsplit-1.0.ebuild | |
parent | Initial revision, ~x86 masked. Closes #27672. (diff) | |
download | gentoo-2-a592ff22573ca4a10ce6355bf589e21ca48241e5.tar.gz gentoo-2-a592ff22573ca4a10ce6355bf589e21ca48241e5.tar.bz2 gentoo-2-a592ff22573ca4a10ce6355bf589e21ca48241e5.zip |
Initial revision, ~x86 masked. Closes #27672.
Diffstat (limited to 'media-sound/wavsplit/wavsplit-1.0.ebuild')
-rw-r--r-- | media-sound/wavsplit/wavsplit-1.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-sound/wavsplit/wavsplit-1.0.ebuild b/media-sound/wavsplit/wavsplit-1.0.ebuild new file mode 100644 index 000000000000..04755b2a3fe6 --- /dev/null +++ b/media-sound/wavsplit/wavsplit-1.0.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/wavsplit/wavsplit-1.0.ebuild,v 1.1 2003/09/21 08:55:00 jje Exp $ + +DESCRIPTION="WavSplit is a simple command line tool to split WAV files" +HOMEPAGE="http://sourceforge.net/projects/${PN}/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="" +#RDEPEND="" +S=${WORKDIR}/${P} + +src_compile() { + emake || die +} + +src_install() { + dobin wavsplit wavren + doman wavsplit.1 wavren.1 + dodoc BUGS CHANGES COPYING CREDITS README README.wavren +} + |