wok-next annotate 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
rev   line source
al@19741 1 # SliTaz package receipt v2.
al@19472 2
al@19472 3 PACKAGE="rust"
al@19866 4 VERSION="1.20.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 }