# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # /space/gentoo/cvsroot/gentoo-x86 TCLV=8.3 DESCRIPTION="wavesurfer - tool for recording, playing, editing, viewing and labling of audio" DEPEND=">=dev-lang/tcl-8.3 media-libs/snack" HOMEPAGE="http://www.speech.kth.se/wavesurfer/" KEYWORDS="~x86" LICENSE="root-licence" SRC_URI="http://www.speech.kth.se/wavesurfer/${P}.tar.gz" S=${WORKDIR}/${P} src_install() { dobin ${S}/wavesurfer.tcl dodir /usr/lib/tcl${TCLV}/${PN} cd ${S} cp -r wsurf1.4/* demos/* icons/* ${D}usr/lib/tcl${TCLV}/${PN} dodoc LICENSE.txt README.txt dohtml doc/* }