22 lines
795 B
Bash
22 lines
795 B
Bash
# Template file for 'amsynth'
|
|
pkgname=amsynth
|
|
version=1.12.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="$(vopt_with man pandoc)"
|
|
hostmakedepends="$(vopt_if man pandoc) intltool pkg-config"
|
|
makedepends="dssi-devel ladspa-sdk gtk+-devel jack-devel alsa-lib-devel
|
|
liblo-devel libsndfile-devel"
|
|
short_desc="Analogue Modeling SYNTHesizer"
|
|
maintainer="Olga Ustuzhanina <me@laserbat.pw>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://amsynth.github.io/"
|
|
distfiles="https://github.com/amsynth/${pkgname}/releases/download/release-${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=31e836c6e36ed1ffc6ac81d2af558ead7e2904f16c102f806ed1895abd3b1752
|
|
|
|
build_options="man"
|
|
desc_option_man="Use pandoc for manpages"
|
|
|
|
case "$XBPS_MACHINE" in
|
|
x86_64*|i686|ppc64le*) build_options_default="man" ;;
|
|
esac
|