17 lines
548 B
Bash
17 lines
548 B
Bash
# Template file for 'tap-plugins'
|
|
pkgname=tap-plugins
|
|
version=1.0.1
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
make_use_env=yes
|
|
makedepends="ladspa-sdk"
|
|
short_desc="Tom's LADSPA Plugins"
|
|
maintainer="Olga Ustuzhanina <me@laserbat.pw>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/tomszilagyi/tap-plugins/"
|
|
distfiles="https://github.com/tomszilagyi/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=89c932bea903589db2717ca4d87013fea404b4123fc71acba5bc7cba18d3ecbb
|
|
|
|
post_extract() {
|
|
sed 's|/usr/local/|$(DESTDIR)/usr/| ; /CC/s:=:?=:' -i Makefile
|
|
}
|