summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-02-15 18:50:09 +0000
committer Eric Hameleers <alien@slackware.com>2019-02-15 18:50:09 +0000
commit86adcd3f6588805a3b35b143cd361b0c6c1268ba (patch)
treee1055d650ba450f533aa7412e92a4648206ab41a
parent2dbc91cef16064aca4d50cf56cb46fcd5c0b8634 (diff)
downloadasb-86adcd3f6588805a3b35b143cd361b0c6c1268ba.tar.gz
asb-86adcd3f6588805a3b35b143cd361b0c6c1268ba.tar.xz
lumina: rebuilt on -current.
-rwxr-xr-xlumina/build/lumina.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/lumina/build/lumina.SlackBuild b/lumina/build/lumina.SlackBuild
index 767ce665..45177b53 100755
--- a/lumina/build/lumina.SlackBuild
+++ b/lumina/build/lumina.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2016, 2017, 2018 Eric Hameleers <alien@slackware.com>
+# Copyright 2016, 2017, 2018, 2019 Eric Hameleers <alien@slackware.com>
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -43,6 +43,8 @@
# * Update.
# 1.4.0.p1-1: 17/jan/2018 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 1.4.0.p1-2: 15/feb/2019 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt for -current updates.
#
# Run 'sh lumina.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -54,8 +56,8 @@ PRGNAM=lumina
SRCVER=${SRCVER:-"1.4.0"}
SRCPL=${SRCPL:-"-p1"}
VERSION=$(echo ${SRCVER}${SRCPL} |tr '-' '.')
-BUILD=${BUILD:-1}
-NUMJOBS=${NUMJOBS:-" -j4 "}
+BUILD=${BUILD:-2}
+NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
DOCS="DEPENDENCIES DeveloperGuidelines.txt LICENSE README.md ROADMAP luminaKeys.txt"