diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-22 06:35:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-22 06:35:25 +0000 |
commit | ae54ab8de38e722b8cbc64ef89caa48dbe127a41 (patch) | |
tree | cb3586c5be09aeaf3673cfa1f46615fd54c599cd /media-sound/bplay/bplay-0.991.ebuild | |
parent | hppa support (diff) | |
download | historical-ae54ab8de38e722b8cbc64ef89caa48dbe127a41.tar.gz historical-ae54ab8de38e722b8cbc64ef89caa48dbe127a41.tar.bz2 historical-ae54ab8de38e722b8cbc64ef89caa48dbe127a41.zip |
hppa support
Diffstat (limited to 'media-sound/bplay/bplay-0.991.ebuild')
-rw-r--r-- | media-sound/bplay/bplay-0.991.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/media-sound/bplay/bplay-0.991.ebuild b/media-sound/bplay/bplay-0.991.ebuild index 1afc824f2036..9562abc154f1 100644 --- a/media-sound/bplay/bplay-0.991.ebuild +++ b/media-sound/bplay/bplay-0.991.ebuild @@ -1,26 +1,24 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/bplay/bplay-0.991.ebuild,v 1.7 2004/01/22 06:35:25 vapier 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" +SLOT="0" +KEYWORDS="x86 hppa" + +DEPEND="virtual/glibc" src_compile() { emake CFLAGS="${CFLAGS} -Wall -DUSEBUFFLOCK" bplay || die } src_install () { - exeinto /usr/bin - doexe bplay + dobin bplay || die dosym /usr/bin/bplay /usr/bin/brec doman bplay.1 brec.1 - dodoc COPYING README + dodoc README } |