# Copyright 1999-2005 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.4 2005/09/04 10:41:26 flameeyes 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" error message. KEYWORDS="x86 -sparc -amd64" IUSE="" DEPEND="" src_compile() { emake || die } src_install() { dobin wavsplit wavren doman wavsplit.1 wavren.1 dodoc BUGS CHANGES CREDITS README README.wavren }