wok-next annotate rust/receipt @ rev 19860

Up cookutils, libgphoto2, slitaz-base-files, tazlito
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Sep 08 14:18:05 2017 +0300 (2017-09-08)
parents 9278a60d6895
children 6d2b71cbba60
rev   line source
al@19741 1 # SliTaz package receipt v2.
al@19472 2
al@19472 3 PACKAGE="rust"
al@19835 4 VERSION="1.19.0"
al@19472 5 CATEGORY="development"
al@19472 6 SHORT_DESC="The Rust programming language"
al@19472 7 MAINTAINER="al.bobylev@gmail.com"
al@19472 8 LICENSE="MIT Apache BSD"
al@19472 9 WEB_SITE="https://www.rust-lang.org/"
al@19620 10
al@19472 11 TARBALL="rust-$VERSION-i686-unknown-linux-gnu.tar.gz"
al@19472 12 WGET_URL="https://static.rust-lang.org/dist/$TARBALL"
al@19472 13
al@19472 14 # Rules to configure and make the package.
al@19472 15 compile_rules()
al@19472 16 {
al@19472 17 ./install.sh \
al@19472 18 --prefix=$install/usr \
al@19835 19 --sysconfdir=$install/etc \
al@19835 20 --mandir=$install/usr/share/man \
al@19835 21 --without=rust-docs
al@19472 22 }
al@19472 23
al@19472 24 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19472 25 genpkg_rules()
al@19472 26 {
al@19835 27 copy @std
al@19472 28 }