summaryrefslogtreecommitdiffstats
path: root/development/mrustc
diff options
context:
space:
mode:
author Andrew Clemons2018-06-23 10:58:48 +0200
committer Willy Sudiarto Raharjo2018-06-30 02:00:18 +0200
commit7d64afd6a89dcd8455cff5c2ae1ad1743e70a8ed (patch)
tree7d22dc6948c16e544d9563c83765e9794a779137 /development/mrustc
parent9dd4cfcd64fb2b27c2737d9e9806315bde793bd1 (diff)
downloadslackbuilds-7d64afd6a89dcd8455cff5c2ae1ad1743e70a8ed.tar.gz
development/mrustc: Updated for version gitb03d61e.
Diffstat (limited to 'development/mrustc')
-rw-r--r--development/mrustc/mrustc.SlackBuild4
-rw-r--r--development/mrustc/mrustc.info6
2 files changed, 6 insertions, 4 deletions
diff --git a/development/mrustc/mrustc.SlackBuild b/development/mrustc/mrustc.SlackBuild
index ba3390b6aa..13174dda14 100644
--- a/development/mrustc/mrustc.SlackBuild
+++ b/development/mrustc/mrustc.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mrustc
-GITREV=${GITREV:-5206b786247238f32a2b5ad8ed7f6d378a1d2d12}
+GITREV=${GITREV:-b03d61ed130dad6fa88a3beb4c32e48f86fdf84e}
VERSION=${VERSION:-git$(echo "$GITREV" | sed 's/^\(.\{7\}\).*$/\1/')}
RUSTCVERSION=${RUSTCVERSION:-1.19.0}
BUILD=${BUILD:-1}
@@ -104,6 +104,8 @@ find output -name '*.hir' -maxdepth 1 -exec install -m 0644 {} $PKG/usr/share/mr
mkdir -p $PKG/usr/lib$LIBDIRSUFFIX/rustlib/$ARCH-unknown-linux-gnu/lib/
cp -a run_rustc/prefix/lib/rustlib/$ARCH-unknown-linux-gnu/lib/* $PKG/usr/lib$LIBDIRSUFFIX/rustlib/$ARCH-unknown-linux-gnu/lib/
+find $PKG/usr/lib$LIBDIRSUFFIX -name "*.so" -exec chmod 755 "{}" \;
+
install -m 0755 output/rustc $PKG/usr/bin/rustc
install -m 0755 output/cargo $PKG/usr/bin/cargo
install -m 0755 output/rustc-build/rustdoc $PKG/usr/bin/rustdoc
diff --git a/development/mrustc/mrustc.info b/development/mrustc/mrustc.info
index b49dff1d20..7a82c26295 100644
--- a/development/mrustc/mrustc.info
+++ b/development/mrustc/mrustc.info
@@ -1,11 +1,11 @@
PRGNAM="mrustc"
-VERSION="git5206b78"
+VERSION="gitb03d61e"
HOMEPAGE="https://github.com/thepowersgang/mrustc"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/thepowersgang/mrustc/archive/5206b786247238f32a2b5ad8ed7f6d378a1d2d12/mrustc-5206b786247238f32a2b5ad8ed7f6d378a1d2d12.tar.gz \
+DOWNLOAD_x86_64="https://github.com/thepowersgang/mrustc/archive/b03d61ed130dad6fa88a3beb4c32e48f86fdf84e/mrustc-b03d61ed130dad6fa88a3beb4c32e48f86fdf84e.tar.gz \
https://static.rust-lang.org/dist/rustc-1.19.0-src.tar.xz"
-MD5SUM_x86_64="885a166cbbf5c59c243c69a2b88d7e27 \
+MD5SUM_x86_64="8b487e06282ba2eff4714441659ef134 \
e9af5bb321c0cad44ea0e3e2c644ab2f"
REQUIRES=""
MAINTAINER="Andrew Clemons"