wok-next view rust/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 6d2b71cbba60
children 1ff723a6455b
line source
1 # SliTaz package receipt v2.
3 PACKAGE="rust"
4 VERSION="1.23.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/"
10 HOST_ARCH="i486 x86_64"
12 TARBALL="rust-$VERSION-${ARCH/i486/i686}-unknown-linux-gnu.tar.gz"
13 WGET_URL="https://static.rust-lang.org/dist/$TARBALL"
15 # Available targets we interest in: https://forge.rust-lang.org/platform-support.html
16 # i686-unknown-linux-gnu | 32-bit Linux
17 # x86_64-unknown-linux-gnu | 64-bit Linux
18 # arm-unknown-linux-gnueabi | ARMv6 Linux
19 # arm-unknown-linux-gnueabihf | ARMv6 Linux, hardfloat
20 # armv7-unknown-linux-gnueabihf | ARMv7 Linux
22 compile_rules() {
23 ./install.sh \
24 --prefix=$install/usr \
25 --sysconfdir=$install/etc \
26 --mandir=$install/usr/share/man \
27 --without=rust-docs
28 }
30 genpkg_rules() {
31 copy @std
32 }