diff --git a/srcpkgs/giada/template b/srcpkgs/giada/template new file mode 100644 index 00000000000..aade93b3a75 --- /dev/null +++ b/srcpkgs/giada/template @@ -0,0 +1,21 @@ +# Template file for 'giada' +pkgname=giada +version=0.13.4 +revision=1 +build_style=gnu-configure +configure_args="--target=linux" +hostmakedepends="automake" +makedepends="fltk-devel jack-devel jansson-devel libsamplerate-devel + libsndfile-devel libXpm-devel pulseaudio-devel rtmidi-devel" +short_desc="Loop machine, audio tool for DJs, live performers and musicians" +maintainer="Duncaen " +license="GPL-3" +homepage="https://www.giadamusic.com/" +distfiles="https://github.com/monocasual/giada/archive/v${version}.tar.gz" +checksum=9cfeeede201afc1c03f820ddf2dc354a2853bcb8ad8d1114b3bbe3f1e4968fc6 + +CPPFLAGS="-Wno-error=cpp" + +pre_configure() { + autoreconf -fi +}