dev-lang/faust-2.41.1: null-cleanup RDEPEND & DEPEND
[ladi-overlay.git] / dev-lang / faust / faust-2.41.1.ebuild
blob60f0fad6eb84e30f44ac688fb0fa9a268d84829d
1 # Copyright 1999-2022 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 SLOT="0"
7 LICENSE="GPL-2"
8 IUSE=""
9 KEYWORDS="~amd64 ~arm64 ~x86"
11 DESCRIPTION="A functional programming language for realtime audio signal processing."
12 HOMEPAGE="https://faust.grame.fr/"
13 SRC_URI="https://github.com/grame-cncm/faust/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
15 RDEPEND=""
16 DEPEND=""
18 src_compile() {
19 sed -i "s\/usr/local\ ${D}/usr\ " Makefile
20 emake || die "parallel make failed"
23 src_install() {
24 # dodir ${D}/usr/lib/faust
25 emake DESTDIR="${D}" install
26 dodoc README.md
27 # install faust_tutorial.pdf ${D}/usr/share/doc/${P}