diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-01-24 20:33:54 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 07:38:01 +0700 |
commit | 36a8b3db41ba562bd36328af932ae19ec4b878f1 (patch) | |
tree | a0a30c35da71daefba011e93e00b59d2807008d9 /system/vtcol/vtcol.SlackBuild | |
parent | 058448fcf58295783d2da45588054f87e49ddd55 (diff) |
system/vtcol: Updated for version 0.42.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/vtcol/vtcol.SlackBuild')
-rw-r--r-- | system/vtcol/vtcol.SlackBuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/system/vtcol/vtcol.SlackBuild b/system/vtcol/vtcol.SlackBuild index fa1ba66b20186..6c126d3c5fbd8 100644 --- a/system/vtcol/vtcol.SlackBuild +++ b/system/vtcol/vtcol.SlackBuild @@ -23,8 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=vtcol -GITREV=${GITREV:-3592d70fd18686ca984db32204e6dcccd05731eb} -VERSION=${VERSION:-git$(echo "$GITREV" | sed 's/^\(.\{7\}\).*$/\1/')} +VERSION=${VERSION:-0.42.2} VERSION_GETOPTS=${VERSION_GETOPTS:-0.2.14} VERSION_LIBC=${VERSION_LIBC:-0.2.19} BUILD=${BUILD:-1} @@ -48,9 +47,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$GITREV -tar xvf $CWD/$PRGNAM-$GITREV.tar.gz -cd $PRGNAM-$GITREV +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -58,8 +57,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -zcat $CWD/0001-Fix-building-against-current-rust-versions.patch.gz | patch -p1 - # build offline # configuration tells cargo to use the configured directory # for dependencies intead of downloading from crates.io |