diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-10-09 18:33:41 +0200 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-11-04 09:53:46 -0500 |
commit | b058fa61b9f312c03342f748c8edd0efcf0e04ee (patch) | |
tree | ce2f11cc93967c5878115aa002fd9f76cbcd901b /desktop/vwm | |
parent | f6a0dc9485c99f51cd9a1fc75b24732fcdff1dca (diff) | |
download | slackbuilds-b058fa61b9f312c03342f748c8edd0efcf0e04ee.tar.gz |
desktop/vwm: Fixed download link and forced -j1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/vwm')
-rw-r--r-- | desktop/vwm/vwm.SlackBuild | 8 | ||||
-rw-r--r-- | desktop/vwm/vwm.info | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/vwm/vwm.SlackBuild b/desktop/vwm/vwm.SlackBuild index 7c45972556..54211f842f 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 93f3d424aa..d647ca005f 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="" |