diff options
Diffstat (limited to 'media-sound/wavplay/wavplay-1.4.ebuild')
-rw-r--r-- | media-sound/wavplay/wavplay-1.4.ebuild | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/media-sound/wavplay/wavplay-1.4.ebuild b/media-sound/wavplay/wavplay-1.4.ebuild index 27aa362e6cc8..d7db391f810f 100644 --- a/media-sound/wavplay/wavplay-1.4.ebuild +++ b/media-sound/wavplay/wavplay-1.4.ebuild @@ -1,23 +1,25 @@ # Copyright 1999-2006 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.13 2006/03/07 16:15:20 flameeyes Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/media-sound/wavplay/wavplay-1.4.ebuild,v 1.14 2006/06/21 22:46:05 vapier Exp $ inherit eutils toolchain-funcs DESCRIPTION="A command line player/recorder for wav files" -SRC_URI="http://ibiblio.org/pub/linux/apps/sound/players/${P}.tar.gz mirror://gentoo/${P}.patch" HOMEPAGE="http://orphan//" +SRC_URI="http://ibiblio.org/pub/linux/apps/sound/players/${P}.tar.gz + mirror://gentoo/${P}.patch" LICENSE="GPL-2" SLOT="0" KEYWORDS="-amd64 -sparc x86" +IUSE="" src_unpack() { - unpack ${A} - epatch "${DISTDIR}/${P}.patch" - epatch "${FILESDIR}/${P}-gcc34.patch" + unpack ${P}.tar.gz + cd "${S}" + epatch "${DISTDIR}"/${P}.patch + epatch "${FILESDIR}"/${P}-gcc34.patch + sed -i -e 's:ln :ln -s :' Makefile } src_compile() { @@ -34,4 +36,3 @@ src_install () { dodoc BUGS README doman *.1 } - |