contrib/lsp-plugins/Pkgfile

24 lines
633 B
Plaintext
Raw Normal View History

# Description: Collection of free plugins compatible with LADSPA, LV2 and LinuxVST
# URL: https://lsp-plug.in
# Maintainer: Tim Biermann, tbier at posteo dot de
2019-10-14 23:29:43 +02:00
# Depends on: cairo jack ladspa lv2 mesa3d opus php util-linux
name=lsp-plugins
2020-07-16 20:44:50 +02:00
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' \
2019-10-14 23:29:43 +02:00
-i scripts/make/configure.mk
make
make BIN_PATH=/usr/bin \
2019-10-14 23:29:43 +02:00
LIB_PATH=/usr/lib \
2020-03-21 10:22:02 +01:00
SHARE_PATH=/usr/share \
2019-10-14 23:29:43 +02:00
DOC_PATH=/usr/share/doc \
DESTDIR="$PKG/" \
install
rm -fr $PKG/usr/share/doc
}