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

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
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 }