diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-04-10 02:57:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-04-10 02:57:12 +0000 |
commit | f4f3da1bbba96fae606add2190ef31600f4c46d2 (patch) | |
tree | 1afb19aa44d30325f8cbb3f99bd007e211ee8d9c /media-sound/wavplay | |
parent | Display compiler and linker flags - a lousy compromise between excessive verb... (diff) | |
download | gentoo-2-f4f3da1bbba96fae606add2190ef31600f4c46d2.tar.gz gentoo-2-f4f3da1bbba96fae606add2190ef31600f4c46d2.tar.bz2 gentoo-2-f4f3da1bbba96fae606add2190ef31600f4c46d2.zip |
update HOMEPAGE
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/wavplay')
-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 |