summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-06-21 22:46:05 +0000
committerMike Frysinger <vapier@gentoo.org>2006-06-21 22:46:05 +0000
commit30eb0870b0136c3cf3946f1229f08ca0f90d9343 (patch)
treed8468658540dcd71f9dc114e6dd80209e60beeb1 /media-sound/wavplay
parentStable on sparc wrt #137040 (diff)
downloadgentoo-2-30eb0870b0136c3cf3946f1229f08ca0f90d9343.tar.gz
gentoo-2-30eb0870b0136c3cf3946f1229f08ca0f90d9343.tar.bz2
gentoo-2-30eb0870b0136c3cf3946f1229f08ca0f90d9343.zip
cleanups
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'media-sound/wavplay')
-rw-r--r--media-sound/wavplay/wavplay-1.4.ebuild17
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
}
-