wok-next diff rust-musl/receipt @ rev 20042

pigz, pxe-kexec: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 20:53:07 2017 +0200 (2017-10-22)
parents
children 757d032c55c7
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rust-musl/receipt	Sun Oct 22 20:53:07 2017 +0200
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="rust-musl"
     1.7 +VERSION="1.20.0"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="The Rust programming language (stdlib for musl)"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="MIT Apache BSD"
    1.12 +WEB_SITE="https://www.rust-lang.org/"
    1.13 +
    1.14 +TARBALL="rust-std-$VERSION-i686-unknown-linux-musl.tar.xz"
    1.15 +WGET_URL="https://static.rust-lang.org/dist/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	./install.sh \
    1.21 +		--prefix=$install/usr \
    1.22 +		--sysconfdir=$install/etc \
    1.23 +		--mandir=$install/usr/share/man \
    1.24 +		--without=rust-docs
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	copy @std
    1.31 +	DEPENDS="rust"
    1.32 +}