26 lines
724 B
Plaintext
26 lines
724 B
Plaintext
|
# Tanım: Mozilla tarafından güvenli, eşzamanlı, pratik bir dil.
|
|||
|
# URL: http://www.rust-lang.org/
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler: libffi python jemalloc cmake ccache
|
|||
|
# Grup: geliştirme
|
|||
|
|
|||
|
isim=rust
|
|||
|
surum=1.25.0
|
|||
|
devir=1
|
|||
|
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
|
|||
|
|
|||
|
/usr/bin/python ./x.py build --verbose
|
|||
|
DESTDIR=$PKG /usr/bin/python ./x.py install
|
|||
|
|
|||
|
rm -r $PKG/usr/lib/rustlib/{components,manifest-rustc,rust-installer-version}
|
|||
|
rm -r $PKG/usr/share/doc
|
|||
|
}
|