wok-next annotate rust-musl/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 757d032c55c7
children
rev   line source
al@19866 1 # SliTaz package receipt v2.
al@19866 2
al@19866 3 PACKAGE="rust-musl"
al@19866 4 VERSION="1.20.0"
al@19866 5 CATEGORY="development"
al@19866 6 SHORT_DESC="The Rust programming language (stdlib for musl)"
al@19866 7 MAINTAINER="al.bobylev@gmail.com"
al@19866 8 LICENSE="MIT Apache BSD"
al@19866 9 WEB_SITE="https://www.rust-lang.org/"
al@20888 10 REPOLOGY="rust"
al@19866 11
al@19866 12 TARBALL="rust-std-$VERSION-i686-unknown-linux-musl.tar.xz"
al@19866 13 WGET_URL="https://static.rust-lang.org/dist/$TARBALL"
al@19866 14
al@20534 15 compile_rules() {
al@19866 16 ./install.sh \
al@19866 17 --prefix=$install/usr \
al@19866 18 --sysconfdir=$install/etc \
al@19866 19 --mandir=$install/usr/share/man \
al@19866 20 --without=rust-docs
al@19866 21 }
al@19866 22
al@20534 23 genpkg_rules() {
al@19866 24 copy @std
al@19866 25 DEPENDS="rust"
al@19866 26 }