rust: update to 1.0.0.

This commit is contained in:
Christian Neukirchen 2015-05-15 23:06:11 +02:00
parent 3bd96d922e
commit 4e362867b9

View file

@ -1,19 +1,19 @@
# Template file for 'rust'
pkgname=rust
version=1.0.0.beta
version=1.0.0
revision=1
wrksrc="rustc-${version/.beta/-beta}"
lib32disabled=yes
build_style=configure
only_for_archs="x86_64 i686"
configure_args="--prefix=/usr --disable-docs"
hostmakedepends="which pkg-config curl python"
hostmakedepends="pkg-config curl python"
short_desc="A safe, concurrent, practical systems language"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.rust-lang.org/"
license="MIT, Apache-2.0"
distfiles="https://static.rust-lang.org/dist/rustc-${version/.beta/-beta}-src.tar.gz"
checksum=94248e30487723ac6f6c34a0db5a21085c0b1338e6a32bd12b159e1d2cd80451
checksum=c304cbd4f7b25d116b73c249f66bdb5c9da8645855ce195a41bda5077b995eba
if [ "$XBPS_MACHINE" = "x86_64" ]; then
configure_args+=" --build=$(gcc -dumpmachine)"