2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Mozilla tarafından güvenli, eşzamanlı, pratik bir dil.
|
|
|
|
|
# URL: http://www.rust-lang.org/
|
|
|
|
|
# Paketçi: milisarge
|
2018-08-14 20:23:23 +02:00
|
|
|
|
# Gerekler: libffi python3 jemalloc cmake ccache
|
2018-06-09 00:06:58 +02:00
|
|
|
|
# Grup: geliştirme
|
|
|
|
|
|
|
|
|
|
isim=rust
|
2018-08-10 22:17:46 +02:00
|
|
|
|
surum=1.28.0
|
2018-08-14 20:23:23 +02:00
|
|
|
|
devir=2
|
2018-06-09 00:06:58 +02:00
|
|
|
|
kaynak=(http://static.rust-lang.org/dist/rustc-$surum-src.tar.gz
|
|
|
|
|
0001-librustc_llvm-build-Force-link-against-libffi.patch
|
|
|
|
|
bootstrap-config.toml)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd ${isim}c-$surum-src
|
|
|
|
|
|
|
|
|
|
patch -p1 -i $SRC/0001-librustc_llvm-build-Force-link-against-libffi.patch
|
|
|
|
|
cp $SRC/bootstrap-config.toml config.toml
|
|
|
|
|
|
2018-08-14 20:23:23 +02:00
|
|
|
|
/usr/bin/python3 ./x.py build --verbose
|
|
|
|
|
DESTDIR=$PKG /usr/bin/python3 ./x.py install
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
rm -r $PKG/usr/lib/rustlib/{components,manifest-rustc,rust-installer-version}
|
|
|
|
|
rm -r $PKG/usr/share/doc
|
|
|
|
|
}
|