wok-next view rust/receipt @ rev 19835
Up: antinat, aubio, dialog, exa, gcc, lapack, musl-libc, nss, rust, svgcleaner, zip. Remove blas (part of lapack now), remove dialog desktop file.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Aug 11 04:54:37 2017 +0300 (2017-08-11) |
parents | 9278a60d6895 |
children | 6d2b71cbba60 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="rust"
4 VERSION="1.19.0"
5 CATEGORY="development"
6 SHORT_DESC="The Rust programming language"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT Apache BSD"
9 WEB_SITE="https://www.rust-lang.org/"
11 TARBALL="rust-$VERSION-i686-unknown-linux-gnu.tar.gz"
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 }