# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/bplay/bplay-0.991.ebuild,v 1.6 2003/09/11 01:21:31 msterret Exp $ S="${WORKDIR}/${P}" DESCRIPTION="No-frills command-line buffered player and recorder." HOMEPAGE="http://www.amberdata.demon.co.uk/bplay/" SRC_URI="http://www.amberdata.demon.co.uk/bplay/${P}.tar.gz" DEPEND="virtual/glibc" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" src_compile() { emake CFLAGS="${CFLAGS} -Wall -DUSEBUFFLOCK" bplay || die } src_install () { exeinto /usr/bin doexe bplay dosym /usr/bin/bplay /usr/bin/brec doman bplay.1 brec.1 dodoc COPYING README }