wok-next view rust-musl/receipt @ rev 19988

Add qt5 - now it's look good enough
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 20 03:29:40 2017 +0300 (2017-10-20)
parents
children 757d032c55c7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="rust-musl"
4 VERSION="1.20.0"
5 CATEGORY="development"
6 SHORT_DESC="The Rust programming language (stdlib for musl)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT Apache BSD"
9 WEB_SITE="https://www.rust-lang.org/"
11 TARBALL="rust-std-$VERSION-i686-unknown-linux-musl.tar.xz"
12 WGET_URL="https://static.rust-lang.org/dist/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 ./install.sh \
18 --prefix=$install/usr \
19 --sysconfdir=$install/etc \
20 --mandir=$install/usr/share/man \
21 --without=rust-docs
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 copy @std
28 DEPENDS="rust"
29 }