wok-next view rust/receipt @ rev 19948

Up ghostscript (9.22) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 16 12:07:55 2017 +0200 (2017-10-16)
parents 38cf0c75fa4c
children 0e7893ac206d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="rust"
4 VERSION="1.20.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 }