contrib/lsp-plugins/Pkgfile

24 lines
661 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
2020-12-05 09:10:37 +01:00
# Depends on: cairo jack ladspa lv2 mesa3d php util-linux
name=lsp-plugins
2020-09-16 00:05:17 +02:00
version=1.1.26
release=1
2020-12-05 09:10:37 +01:00
source=(https://github.com/sadko4u/lsp-plugins/releases/download/$name-$version/$name-src-$version.tar.gz)
build() {
2020-09-16 00:05:17 +02:00
cd $name-src-$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
}