summaryrefslogtreecommitdiff
path: root/lsp-plugins/Pkgfile
blob: e15d1e705f59d253bab638d2d29aeba362f4c97c (plain)
    1 # Description: Collection of free plugins compatible with LADSPA, LV2 and LinuxVST
    2 # URL: https://lsp-plug.in
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: cairo jack ladspa lv2 mesa3d opus php util-linux
    5 
    6 name=lsp-plugins
    7 version=1.1.10
    8 release=1
    9 source=(https://github.com/sadko4u/$name/archive/$name-$version.tar.gz)
   10 
   11 build() {
   12   cd $name-$name-$version
   13   sed -e '/LD_PATH/ s|:/usr/local/lib||g' \
   14     -i scripts/make/configure.mk
   15   make
   16   make BIN_PATH=/usr/bin \
   17     LIB_PATH=/usr/lib \
   18     DOC_PATH=/usr/share/doc \
   19     DESTDIR="$PKG/" \
   20     install
   21   rm -fr $PKG/usr/share/doc
   22 }

Generated by cgit