1 # Copyright 1999-2022 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
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"
19 sed -i "s\/usr/local\ ${D}/usr\ " Makefile
20 emake || die
"parallel make failed"
24 # dodir ${D}/usr/lib/faust
25 emake DESTDIR
="${D}" install
27 # install faust_tutorial.pdf ${D}/usr/share/doc/${P}