media-sound/qsynth: amd64 stable wrt bug #720454
[gentoo.git] / media-sound / substract_wave / substract_wave-0.3-r1.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5 inherit toolchain-funcs
6
7 DESCRIPTION="substracts 2 mono wave files from each other by a factor specified on the command line"
8 HOMEPAGE="http://panteltje.com/panteltje/dvd/"
9 SRC_URI="http://panteltje.com/panteltje/dvd/${P}.tgz"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 PATCHES=(
17         "${FILESDIR}/${P}-Makefile.patch"
18         "${FILESDIR}/${P}-overflow.patch"
19 )
20
21 DOCS=( CHANGES mono-stereo.txt README )
22
23 src_configure() {
24         tc-export CC
25 }