media-sound/gtklick: take maintainership
[gentoo.git] / media-sound / wavplay / wavplay-2.0.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=4
5
6 inherit autotools
7
8 DESCRIPTION="A command line player/recorder for wav files"
9 HOMEPAGE="https://sourceforge.net/projects/wavplay/"
10 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
11
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="~amd64 x86"
15 IUSE=""
16
17 src_prepare() {
18         sed -i -e "/dist_pkgdata/d" src/Makefile.am
19         eautoreconf
20 }
21
22 src_configure() {
23         econf --enable-nox
24 }