From f0c33dbd7b7622a45dc91597cf1249fd5588af9b 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 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/synthv1/template diff --git a/srcpkgs/synthv1/template b/srcpkgs/synthv1/template new file mode 100644 index 00000000000..11e36827d6c --- /dev/null +++ b/srcpkgs/synthv1/template @@ -0,0 +1,22 @@ +# Template file for 'synthv1' +pkgname=synthv1 +version=0.9.12 +revision=1 +build_style=gnu-configure +hostmakedepends="autoconf automake gettext-devel qt5-tools-devel pkg-config" +makedepends="alsa-lib-devel jack-devel liblo-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 + +case $XBPS_TARGET_MACHINE in + aarch*|arm*) hostmakedepends+=" qt5-qmake " ;; +esac + +pre_configure() { + autoreconf -vfi +}