diff options
-rw-r--r-- | media-sound/wavplay/wavplay-1.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/wavplay/wavplay-1.4.ebuild b/media-sound/wavplay/wavplay-1.4.ebuild index a8f6d3980ffb..8b68cf19b427 100644 --- a/media-sound/wavplay/wavplay-1.4.ebuild +++ b/media-sound/wavplay/wavplay-1.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2010 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.15 2006/09/12 15:17:35 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/wavplay/wavplay-1.4.ebuild,v 1.16 2010/04/10 02:57:12 vapier Exp $ inherit eutils toolchain-funcs DESCRIPTION="A command line player/recorder for wav files" -HOMEPAGE="http://orphan//" +HOMEPAGE="http://sourceforge.net/projects/wavplay/" SRC_URI="http://ibiblio.org/pub/linux/apps/sound/players/${P}.tar.gz mirror://gentoo/${P}.patch" @@ -27,7 +27,7 @@ src_compile() { CFLAGS="${CFLAGS}" CCFLAGS="${CXXFLAGS}" LDOPTS="${LDFLAGS}" no_x || die } -src_install () { +src_install() { dodir /usr/bin emake INSTDIR="${D}/usr/bin" install_no_x || die # the motif frontend crashes and there are nicer player |