From b058fa61b9f312c03342f748c8edd0efcf0e04ee Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Tue, 9 Oct 2012 18:33:41 +0200 Subject: desktop/vwm: Fixed download link and forced -j1. Signed-off-by: Matteo Bernardini --- desktop/vwm/vwm.SlackBuild | 8 ++++---- desktop/vwm/vwm.info | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'desktop/vwm') 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 \ diff --git a/desktop/vwm/vwm.info b/desktop/vwm/vwm.info index 93f3d424aa2a..d647ca005f45 100644 --- a/desktop/vwm/vwm.info +++ b/desktop/vwm/vwm.info @@ -1,7 +1,7 @@ PRGNAM="vwm" VERSION="2.0.2" HOMEPAGE="http://vwm.sourceforge.net/" -DOWNLOAD="http://kent.dl.sourceforge.net/sourceforge/vwm/vwm-2.0.2.tar.gz" +DOWNLOAD="http://downloads.sourceforge.net/vwm/vwm-2.0.2.tar.gz" MD5SUM="d6f2e7c9ec0ad28eb863629b6edf53af" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -- cgit v1.2.3