From bd9484f0931a4e4b50a76fed0fb1c6a4831b902d Mon Sep 17 00:00:00 2001 From: david Date: Fri, 17 Nov 2017 10:26:53 +0100 Subject: [PATCH] cargo: Remove now part of the rustc pkg look here https://github.com/rust-lang/cargo/pull/4113 --- cargo.be0 | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100755 cargo.be0 diff --git a/cargo.be0 b/cargo.be0 deleted file mode 100755 index 43616ed3e..000000000 --- a/cargo.be0 +++ /dev/null @@ -1,40 +0,0 @@ -#!/usr/bin/env beesh - -# BEE_VERSION cargo-0.17.0-0 - -SRCURL[0]="https://github.com/rust-lang/cargo/archive/${PKGVERSION}.tar.gz" -SRCURL[1]="https://static.rust-lang.org/dist/cargo-0.16.0-x86_64-unknown-linux-gnu.tar.gz" -SRCURL[2]="http://anduin.linuxfromscratch.org/BLFS/rust/rust-installer-20161004.tar.xz" -# PATCHURL+=() - -EXCLUDE+=(/usr/lib/rustlib) - -# build_in_sourcedir - -# sourcesubdir_append src - -BEE_BUILDTYPE=autotools - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -mee_configure() { - export HOME=${S} - bee_configure --cargo=${S}/cargo-nightly-x86_64-unknown-linux-gnu/cargo/bin/cargo \ - --disable-option-checking -} - -#mee_build() { -# bee_build -#} - -mee_install() { - mv ${S}/rust-installer-20161004/* ${S}/src/rust-installer - start_cmd make install DESTDIR=${D} -} -## by default this may be 'make install DESTDIR="${D}"'