diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-07-27 19:56:43 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-07-28 08:59:46 +0200 |
commit | 20564a66a4997f07c2bcd61f2da23850897e6ce3 (patch) | |
tree | f3069a0e4e1589ef7bf33ae0bd9801516cac5a52 /source/l/liblastfm/liblastfm.SlackBuild | |
parent | 1a1f1ce393df7ca4b6574f2ad6ccfc36f0f0cad7 (diff) | |
download | current-20564a66a4997f07c2bcd61f2da23850897e6ce3.tar.gz |
Sat Jul 27 19:56:43 UTC 201920190727195643
a/btrfs-progs-5.2.1-x86_64-1.txz: Upgraded.
d/Cython-0.29.13-x86_64-1.txz: Upgraded.
d/cmake-3.15.1-x86_64-1.txz: Upgraded.
l/liblastfm-1.1.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/liblastfm/liblastfm.SlackBuild')
-rwxr-xr-x | source/l/liblastfm/liblastfm.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/l/liblastfm/liblastfm.SlackBuild b/source/l/liblastfm/liblastfm.SlackBuild index 15452fc5..19c97157 100755 --- a/source/l/liblastfm/liblastfm.SlackBuild +++ b/source/l/liblastfm/liblastfm.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for liblastfm # Copyright 2009 Vincent Batts -# Copyright 2011, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2011, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM="liblastfm" -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} # Automatically determine the architecture we're building on: @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP rm -rf $PKGNAM-$VERSION -tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1 +tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 cd $PKGNAM-$VERSION || exit 1 chown -R root:root . find . \ |