wok diff rust/receipt @ rev 21759

mosh: use gcc83
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 19:12:58 2019 +0200 (2019-06-26)
parents f581737088ed
children 76553471f1b5
line diff
     1.1 --- a/rust/receipt	Tue Nov 01 03:25:38 2016 +0200
     1.2 +++ b/rust/receipt	Wed Jun 26 19:12:58 2019 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="rust"
     1.7 -VERSION="1.12.1"
     1.8 +VERSION="1.31.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The Rust programming language"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -10,7 +10,7 @@
    1.13  TARBALL="rust-$VERSION-i686-unknown-linux-gnu.tar.gz"
    1.14  WGET_URL="https://static.rust-lang.org/dist/$TARBALL"
    1.15  
    1.16 -SIBLINGS="rust-doc rust-cargo"
    1.17 +SIBLINGS="rust-cargo"
    1.18  BUILD_DEPENDS="wget cacerts"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21 @@ -18,7 +18,9 @@
    1.22  {
    1.23  	./install.sh \
    1.24  		--prefix=$install/usr \
    1.25 -		--mandir=$install/usr/share/man
    1.26 +		--sysconfdir=$install/etc \
    1.27 +		--mandir=$install/usr/share/man \
    1.28 +		--without=rust-docs
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.