aboutsummaryrefslogtreecommitdiff
path: root/desktop/vwm/vwm.SlackBuild
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2012-10-09 18:33:41 +0200
committerdsomero <xgizzmo@slackbuilds.org>2012-11-04 09:53:46 -0500
commitb058fa61b9f312c03342f748c8edd0efcf0e04ee (patch)
treece2f11cc93967c5878115aa002fd9f76cbcd901b /desktop/vwm/vwm.SlackBuild
parentf6a0dc9485c99f51cd9a1fc75b24732fcdff1dca (diff)
downloadslackbuilds-b058fa61b9f312c03342f748c8edd0efcf0e04ee.tar.xz
desktop/vwm: Fixed download link and forced -j1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/vwm/vwm.SlackBuild')
-rw-r--r--desktop/vwm/vwm.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/vwm/vwm.SlackBuild b/desktop/vwm/vwm.SlackBuild
index 7c459725564c..54211f842f1e 100644
--- a/desktop/vwm/vwm.SlackBuild
+++ b/desktop/vwm/vwm.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=vwm
VERSION=2.0.2
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -82,19 +82,19 @@ if [ $ARCH == "x86_64" ]; then
sed -i '26s|/usr/lib/vwm/modules|/usr/lib64/vwm/modules|' ./vwm.h
fi
-make CFLAGS="$SLKCFLAGS"
+make -j1 CFLAGS="$SLKCFLAGS"
make install prefix=$PKG/usr libdir=$PKG/usr/lib${LIBDIRSUFFIX}
# build and install the sysmon module (the vmwterm2 one is done with
# the main installation)
cd modules/sysmon
- make CFLAGS="$SLKCFLAGS -I$PKG/usr/include"
+ make -j1 CFLAGS="$SLKCFLAGS -I$PKG/usr/include"
make install prefix=$PKG/usr libdir=$PKG/usr/lib${LIBDIRSUFFIX}
cd -
# build and install the keycodes tool to determine codes for remapping
# keystrokes in ~/.vwm/vwmrc
-make keycode_tool
+make -j1 keycode_tool
cp -a keycodes/keycodes $PKG/usr/bin/
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \