diff --git a/srcpkgs/swh-lv2/template b/srcpkgs/swh-lv2/template index ed1c9bfa82e..abf1c8a3401 100644 --- a/srcpkgs/swh-lv2/template +++ b/srcpkgs/swh-lv2/template @@ -1,19 +1,19 @@ # Template file for 'swh-lv2' pkgname=swh-lv2 version=1.0.16 -revision=1 -build_style=gnu-makefile +revision=2 wrksrc="lv2-${version}" +build_style=gnu-makefile 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="Orphaned " -license="GPL-3" +license="GPL-3.0-or-later" +homepage="http://plugin.org.uk/" +distfiles="https://github.com/swh/lv2/archive/v${version}.tar.gz" checksum=bc24512de6e2fb7a493226e2e01a80ba8462a318b15c3b0fd0cd914b018c3548 post_extract() { - sed -i -e 's|$(INSTALL_DIR_REALLY)|$(DESTDIR)/$(INSTALL_DIR)|' Makefile + vsed -i -e 's|$(INSTALL_DIR_REALLY)|$(DESTDIR)/$(INSTALL_DIR)|' Makefile }