# Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools git-r3 DESCRIPTION="Realtime audio frequency spectral manipulation" HOMEPAGE="https://freqtweak.sourceforge.io/" SRC_URI="" EGIT_REPO_URI="https://github.com/essej/freqtweak" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="" DEPEND=" dev-libs/libxml2 dev-libs/libsigc++:2 sci-libs/fftw:3.0 virtual/jack" RDEPEND="${DEPEND}" BDEPEND="" src_prepare() { default eautoreconf }