void-packages/srcpkgs/swh-lv2/template

18 lines
542 B
Bash

# Template file for 'swh-lv2'
pkgname=swh-lv2
version=1.0.15
revision=4
build_style=gnu-makefile
make_install_target="install-system"
homepage="http://plugin.org.uk/"
distfiles="http://plugin.org.uk/lv2/${pkgname}-${version}.tar.gz"
makedepends="pkg-config fftw-devel libxslt"
short_desc="Collection of GPL (free software) LV2 audio plugins"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
checksum=5809441a94571d2f492a5e015ad035ea747127e0322e531b79a960fd0c3d250d
pre_build() {
sed -i -e "s|/usr/local|$DESTDIR/usr|" Makefile
}