From abdf968b03db6a55366f17f926e167b03a2a2261 Mon Sep 17 00:00:00 2001 From: teldra Date: Thu, 23 Jan 2020 16:54:54 +0100 Subject: [PATCH] New package: synthv1-0.9.12 --- srcpkgs/synthv1/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/synthv1/template diff --git a/srcpkgs/synthv1/template b/srcpkgs/synthv1/template new file mode 100644 index 00000000000..ee9a551d7bd --- /dev/null +++ b/srcpkgs/synthv1/template @@ -0,0 +1,18 @@ +# Template file for 'synthv1' +pkgname=synthv1 +version=0.9.12 +revision=1 +build_style=gnu-configure +hostmakedepends="autoconf automake gettext-devel pkg-config" +makedepends="alsa-lib-devel jack-devel liblo-devel qt5-tools-devel lv2" +depends="hicolor-icon-theme" +short_desc="Old-school all-digital 4-oscillator subtractive polyphonic synthesizer" +maintainer="teldra " +license="GPL-2.0-or-later" +homepage="https://synthv1.sourceforge.io/synthv1-index.html" +distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" +checksum=611c1c3085174574027ceb3a36b486ddb8979d38259f410a67f671cc02cdbdaa + +pre_configure() { + autoreconf -vfi +}