milis/talimatname/genel/l/lld/talimat

26 lines
484 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: LLVM bağlayıcı
# URL: http://llvm.org/
# Paketçi: milisarge
# Gerekler: llvm cmake
# Grup: sistem
isim=lld
surum=4.0.0
devir=1
kaynak=(http://releases.llvm.org/$surum/lld-$surum.src.tar.xz)
derle() {
cd $isim-$surum.src
mkdir build
cd build
cmake ../
make -C tools/lld DESTDIR=$PKG install
cd lib
install -d $PKG/usr/lib/
cp *.a $PKG/usr/lib/
cp -r $SRC/$isim-$surum.src/include $PKG/usr/
mv $PKG/usr/local/* $PKG/usr/
rm -r $PKG/usr/local
}