vp-build/srcpkgs/swh-lv2/template

20 lines
611 B
Bash

# Template file for 'swh-lv2'
pkgname=swh-lv2
version=1.0.16
revision=1
build_style=gnu-makefile
wrksrc="lv2-${version}"
make_install_target="install-system"
homepage="http://plugin.org.uk/"
distfiles="https://github.com/swh/lv2/archive/v${version}.tar.gz"
hostmakedepends="pkg-config libxslt"
makedepends="fftw-devel"
short_desc="Collection of GPL (free software) LV2 audio plugins"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
checksum=bc24512de6e2fb7a493226e2e01a80ba8462a318b15c3b0fd0cd914b018c3548
post_extract() {
sed -i -e 's|$(INSTALL_DIR_REALLY)|$(DESTDIR)/$(INSTALL_DIR)|' Makefile
}