New package: invada-studio-plugins-lv2-1.2.0

This commit is contained in:
Olga U 2019-01-07 12:12:15 +07:00 committed by John Zimmermann
parent 2e818bb965
commit f4747072b0
2 changed files with 2315 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,22 @@
# Template file for 'invada-studio-plugins-lv2'
pkgname=invada-studio-plugins-lv2
version=1.2.0
revision=1
build_style=gnu-makefile
make_use_env=yes
hostmakedepends="pkg-config"
makedepends="lv2 gtk+-devel"
short_desc="Invada Studio LV2 plugins"
maintainer="Olga Ustuzhanina <me@laserbat.pw>"
license="GPL-2.0-or-later"
homepage="https://launchpad.net/invada-studio/"
distfiles="https://launchpad.net/invada-studio/lv2/1.2/+download/${pkgname}_${version}-nopkg.tgz"
checksum=c6cac7c32effc6b3052e3b017133244f385ef8e053147859d88eae6facaf7d12
pre_build() {
make_build_args="CC=${CC} LD=${CC}"
}
do_install() {
make INSTALL_SYS_PLUGINS_DIR="$DESTDIR/usr/lib/lv2" install-sys
}