summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Stadler <centic@gentoo.org>2004-08-02 20:44:33 +0000
committerDominik Stadler <centic@gentoo.org>2004-08-02 20:44:33 +0000
commit0881a6a41bc30bd8e5394b772cbd9ddf1ff5a4f8 (patch)
tree4961bb163e9f96a375d30e88036b753e95f040fd /media-sound/wavsplit/wavsplit-1.1.0.ebuild
parentdo stripping ourself #46186 (diff)
downloadhistorical-0881a6a41bc30bd8e5394b772cbd9ddf1ff5a4f8.tar.gz
historical-0881a6a41bc30bd8e5394b772cbd9ddf1ff5a4f8.tar.bz2
historical-0881a6a41bc30bd8e5394b772cbd9ddf1ff5a4f8.zip
Add new version 1.1.0.
Diffstat (limited to 'media-sound/wavsplit/wavsplit-1.1.0.ebuild')
-rw-r--r--media-sound/wavsplit/wavsplit-1.1.0.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/media-sound/wavsplit/wavsplit-1.1.0.ebuild b/media-sound/wavsplit/wavsplit-1.1.0.ebuild
new file mode 100644
index 000000000000..b0402736c923
--- /dev/null
+++ b/media-sound/wavsplit/wavsplit-1.1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/wavsplit/wavsplit-1.1.0.ebuild,v 1.1 2004/08/02 20:44:33 centic Exp $
+
+DESCRIPTION="WavSplit is a simple command line tool to split WAV files"
+HOMEPAGE="http://sourceforge.net/projects/wavsplit/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+#-sparc, -amd64: 1.0: "Only supports PCM wave format"
+KEYWORDS="~x86 -sparc -amd64"
+IUSE=""
+DEPEND=""
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ dobin wavsplit wavren
+ doman wavsplit.1 wavren.1
+ dodoc BUGS CHANGES COPYING CREDITS README README.wavren
+}
+