From 7d64afd6a89dcd8455cff5c2ae1ad1743e70a8ed Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sat, 23 Jun 2018 20:58:48 +1200 Subject: development/mrustc: Updated for version gitb03d61e. --- development/mrustc/mrustc.SlackBuild | 4 +++- development/mrustc/mrustc.info | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'development/mrustc') 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" -- cgit v1.2.3