mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
New package: invada-studio-plugins-lv2-1.2.0
This commit is contained in:
parent
2e818bb965
commit
f4747072b0
2 changed files with 2315 additions and 0 deletions
2293
srcpkgs/invada-studio-plugins-lv2/patches/invada-studio-fixes.patch
Normal file
2293
srcpkgs/invada-studio-plugins-lv2/patches/invada-studio-fixes.patch
Normal file
File diff suppressed because it is too large
Load diff
22
srcpkgs/invada-studio-plugins-lv2/template
Normal file
22
srcpkgs/invada-studio-plugins-lv2/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue