summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-19 13:13:39 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-19 13:13:39 +0000
commit5cfdf716e74764b4c553bdd829227b9ff0297a04 (patch)
treeaad729cc231795b47bb54893547d4973ed1831e8 /media-sound/bplay
parentAdded KEYWORDS. (diff)
downloadhistorical-5cfdf716e74764b4c553bdd829227b9ff0297a04.tar.gz
historical-5cfdf716e74764b4c553bdd829227b9ff0297a04.tar.bz2
historical-5cfdf716e74764b4c553bdd829227b9ff0297a04.zip
repoman'd
Diffstat (limited to 'media-sound/bplay')
-rw-r--r--media-sound/bplay/bplay-0.991.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/bplay/bplay-0.991.ebuild b/media-sound/bplay/bplay-0.991.ebuild
index 20102296bd1b..f477c4c69a55 100644
--- a/media-sound/bplay/bplay-0.991.ebuild
+++ b/media-sound/bplay/bplay-0.991.ebuild
@@ -1,15 +1,18 @@
# Copyright 1999-2002 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.2 2002/07/11 06:30:40 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/bplay/bplay-0.991.ebuild,v 1.3 2002/07/19 13:13:39 seemant 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"
-S="${WORKDIR}/${P}"
DEPEND="virtual/glibc"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
src_compile() {
emake CFLAGS="${CFLAGS} -Wall -DUSEBUFFLOCK" bplay || die
}