# HG changeset patch # User Hans-G?nter Theisgen # Date 1568736384 -3600 # Node ID 76553471f1b5358c3113c796d876ce9a516803a9 # Parent 9155c3f322db88017cdb3c23583653575d7d028a updated rust and rust-cargo (1.31.1 -> 1.37.0) diff -r 9155c3f322db -r 76553471f1b5 rust-cargo/receipt --- a/rust-cargo/receipt Tue Sep 17 16:12:29 2019 +0100 +++ b/rust-cargo/receipt Tue Sep 17 17:06:24 2019 +0100 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="rust-cargo" -VERSION="1.31.1" +VERSION="1.37.0" CATEGORY="development" -SHORT_DESC="The Rust package manager" +SHORT_DESC="The Rust package manager." MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT Apache BSD" WEB_SITE="https://www.rust-lang.org/" diff -r 9155c3f322db -r 76553471f1b5 rust/receipt --- a/rust/receipt Tue Sep 17 16:12:29 2019 +0100 +++ b/rust/receipt Tue Sep 17 17:06:24 2019 +0100 @@ -1,32 +1,39 @@ # SliTaz package receipt. PACKAGE="rust" -VERSION="1.31.1" +VERSION="1.37.0" CATEGORY="development" -SHORT_DESC="The Rust programming language" +SHORT_DESC="The Rust programming language." MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT Apache BSD" WEB_SITE="https://www.rust-lang.org/" + TARBALL="rust-$VERSION-i686-unknown-linux-gnu.tar.gz" WGET_URL="https://static.rust-lang.org/dist/$TARBALL" SIBLINGS="rust-cargo" -BUILD_DEPENDS="wget cacerts" +BUILD_DEPENDS="cacerts" # Rules to configure and make the package. compile_rules() { - ./install.sh \ - --prefix=$install/usr \ - --sysconfdir=$install/etc \ - --mandir=$install/usr/share/man \ + ./install.sh \ + --prefix=$install/usr \ + --sysconfdir=$install/etc \ + --mandir=$install/usr/share/man \ --without=rust-docs } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cook_copy_files rust-gdb rustc rustdoc rustc.1* rustdoc.1* + cook_copy_files \ + rust-gdb \ + rustc \ + rustdoc \ + rustc.1* \ + rustdoc.1* + mkdir -p $fs/usr cp -a $install/usr/lib $fs/usr find $fs/usr/lib -type f -name '*.so' -exec chmod a+x \{\} \;