mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
audio/calf-ladspa: Move HTML docs to subdir.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b1f48d22f7
commit
62d7afea1b
1 changed files with 3 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
# 20211127 bkw: BUILD=2
|
||||
# - rework README and slack-desc, remove mentions of JACK and DSSI.
|
||||
# - move html docs to subdir.
|
||||
|
||||
# 20170706 bkw:
|
||||
# - Patch source so it doesn't check for jack-audio-connection-kit or
|
||||
|
@ -37,7 +38,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=calf-ladspa
|
||||
VERSION=${VERSION:-0.0.19kx}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -134,7 +135,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG docdir=/usr/doc/$PRGNAM-$VERSION
|
||||
make install DESTDIR=$PKG docdir=/usr/doc/$PRGNAM-$VERSION/html
|
||||
|
||||
# install-strip is supported, but doesn't work:
|
||||
strip $PKG/usr/lib*/ladspa/*.so
|
||||
|
|
Loading…
Reference in a new issue