From 0848d55beb161e2a7c2a17c1b515fa8a78f14899 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 | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/synthv1/template diff --git a/srcpkgs/synthv1/template b/srcpkgs/synthv1/template new file mode 100644 index 00000000000..82427916e69 --- /dev/null +++ b/srcpkgs/synthv1/template @@ -0,0 +1,23 @@ +# Template file for 'synthv1' +pkgname=synthv1 +version=0.9.12 +revision=1 +#archs="~arm* ~aarch*" +build_style=gnu-configure +hostmakedepends="autoconf automake 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*) makedepends+=" qt5-qmake " ;; +esac + +pre_configure() { + autoreconf -vfi +}