void-packages/srcpkgs/qsynth/template
newbluemoon 94d8ad7443 qsynth: update to 0.6.0
and use qmake build-helper
2019-11-04 17:44:02 +01:00

20 lines
725 B
Bash

# Template file for 'qsynth'
pkgname=qsynth
version=0.6.0
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="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://qsynth.sourceforge.io"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=322a0097b6a74e8ebaf590f76b6acda4489d9ee7c612b97bffbac4e5b1047b9c
if [ "${CROSS_BUILD}" ]; then
hostmakedepends+=" qt5-x11extras-devel"
configure_args+=" ac_cv_path_ac_cv_qmake=${XBPS_WRAPPERDIR}/qmake"
fi