contrib/lsp-plugins/Pkgfile

24 lines
633 B
Plaintext

# Description: Collection of free plugins compatible with LADSPA, LV2 and LinuxVST
# URL: https://lsp-plug.in
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: cairo jack ladspa lv2 mesa3d opus php util-linux
name=lsp-plugins
version=1.1.24
release=1
source=(https://github.com/sadko4u/$name/archive/$name-$version.tar.gz)
build() {
cd $name-$name-$version
sed -e '/LD_PATH/ s|:/usr/local/lib||g' \
-i scripts/make/configure.mk
make
make BIN_PATH=/usr/bin \
LIB_PATH=/usr/lib \
SHARE_PATH=/usr/share \
DOC_PATH=/usr/share/doc \
DESTDIR="$PKG/" \
install
rm -fr $PKG/usr/share/doc
}