aboutsummaryrefslogtreecommitdiff
path: root/multimedia/w_scan_cpp/w_scan_cpp.SlackBuild
diff options
context:
space:
mode:
authorAndrea Sacchetti Picchio <andrea dot sacchettipicchio at gmail dot com>2024-11-10 22:53:14 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-11 10:44:17 +0700
commitfa6a9cb72646dedd9350f2f572bb6bc35b962e84 (patch)
treef2d040615fc29385da3cd6953cf845a860672152 /multimedia/w_scan_cpp/w_scan_cpp.SlackBuild
parent599144e2a36bf4ee0840e6ffc9862c22937c8635 (diff)
multimedia/w_scan_cpp: Removed NUMJOBS.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/w_scan_cpp/w_scan_cpp.SlackBuild')
-rw-r--r--multimedia/w_scan_cpp/w_scan_cpp.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/w_scan_cpp/w_scan_cpp.SlackBuild b/multimedia/w_scan_cpp/w_scan_cpp.SlackBuild
index e879c1700d..b7f6dc6bbf 100644
--- a/multimedia/w_scan_cpp/w_scan_cpp.SlackBuild
+++ b/multimedia/w_scan_cpp/w_scan_cpp.SlackBuild
@@ -26,13 +26,12 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=w_scan_cpp
VERSION=${VERSION:-20231015}
-VERSION_vdr=${VERSION_vdr:-2.7.2}
+VERSION_vdr=${VERSION_vdr:-2.7.3}
VERSION_satip=${VERSION_satip:-2.4.1}
VERSION_wirbelscan=${VERSION_wirbelscan:-2024.09.15}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-4}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -99,7 +98,7 @@ sed "/ParseLCN/s/false/true/" -i vdr/PLUGINS/src/wirbelscan/common.cpp
CFLAGS="$SLKCFLAGS -z muldefs" \
CXXFLAGS="$SLKCFLAGS -z muldefs" \
- make $NUMJOBS install DESTDIR=$PKG prefix=/usr
+ make install DESTDIR=$PKG prefix=/usr
# Fix DIR
mv $PKG/usr/share/man $PKG/usr