Parent Directory
|
Revision Log
x86 stable wrt bug #397113 (Portage version: 2.1.10.44/cvs/Linux i686)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/media-sound/wavplay/wavplay-2.0.ebuild,v 1.1 2011/06/27 06:06:51 radhermit Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | |
| 7 | inherit autotools |
| 8 | |
| 9 | DESCRIPTION="A command line player/recorder for wav files" |
| 10 | HOMEPAGE="http://sourceforge.net/projects/wavplay/" |
| 11 | SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |
| 12 | |
| 13 | LICENSE="GPL-2" |
| 14 | SLOT="0" |
| 15 | KEYWORDS="~amd64 x86" |
| 16 | IUSE="" |
| 17 | |
| 18 | src_prepare() { |
| 19 | sed -i -e "/dist_pkgdata/d" src/Makefile.am |
| 20 | eautoreconf |
| 21 | } |
| 22 | |
| 23 | src_configure() { |
| 24 | econf --enable-nox |
| 25 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |