void-packages/srcpkgs/qsynth/template
2021-02-09 16:09:31 -03:00

20 lines
720 B
Bash

# Template file for 'qsynth'
pkgname=qsynth
version=0.9.1
revision=1
build_style=gnu-configure
build_helper=qmake
hostmakedepends="pkg-config qt5-tools"
makedepends="qt5-x11extras-devel jack-devel fluidsynth-devel"
depends="fluidsynth jack desktop-file-utils hicolor-icon-theme"
short_desc="Qt GUI Interface for FluidSynth"
maintainer="Ulf <void@uw.anonaddy.com>"
license="GPL-2.0-or-later"
homepage="http://qsynth.sourceforge.io"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=54d708e5039569c1c1708ea9b04be19bbf9c393a70af6a4c5579a4ee73173626
if [ "${CROSS_BUILD}" ]; then
hostmakedepends+=" qt5-x11extras-devel"
configure_args+=" ac_cv_path_ac_cv_qmake=${XBPS_WRAPPERDIR}/qmake"
fi