diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-19 07:51:03 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-19 07:51:03 +0000 |
commit | 25607da8987435e4edc3d4036061e9468ded21ce (patch) | |
tree | c14368c131341817ab55ee129143f407a419326e /media-sound/wavplay/wavplay-1.4.ebuild | |
parent | Keyworded x86 and ppc for GNOME 2.8.1 (diff) | |
download | historical-25607da8987435e4edc3d4036061e9468ded21ce.tar.gz historical-25607da8987435e4edc3d4036061e9468ded21ce.tar.bz2 historical-25607da8987435e4edc3d4036061e9468ded21ce.zip |
-amd64, -sparc.
Diffstat (limited to 'media-sound/wavplay/wavplay-1.4.ebuild')
-rw-r--r-- | media-sound/wavplay/wavplay-1.4.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/media-sound/wavplay/wavplay-1.4.ebuild b/media-sound/wavplay/wavplay-1.4.ebuild index e8d88301be43..8f9fcc4aadc7 100644 --- a/media-sound/wavplay/wavplay-1.4.ebuild +++ b/media-sound/wavplay/wavplay-1.4.ebuild @@ -1,18 +1,20 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/wavplay/wavplay-1.4.ebuild,v 1.10 2004/09/15 17:43:43 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/wavplay/wavplay-1.4.ebuild,v 1.11 2004/12/19 07:51:03 eradicator Exp $ + +IUSE="" inherit eutils DESCRIPTION="A command line player/recorder for wav files" SRC_URI="http://ibiblio.org/pub/linux/apps/sound/players/${P}.tar.gz" HOMEPAGE="http://orphan//" + LICENSE="GPL-2" -DEPEND="virtual/libc" SLOT="0" -KEYWORDS="x86 amd64" +KEYWORDS="-amd64 -sparc x86" -IUSE="" +DEPEND="virtual/libc" src_unpack() { unpack ${A} @@ -26,7 +28,7 @@ src_compile() { src_install () { dodir /usr/bin - emake INSTDIR=${D}usr/bin install_no_x || die + emake INSTDIR="${D}usr/bin" install_no_x || die # the motif frontend crashes and there are nicer player # for X anyway # no suid root install for old packages which use strcpy |