milis/talimatname/genel/l/libtommath/talimat

18 lines
531 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: Tamsayılı temelli sayısal teorik uygulamalar için yüksek seviyede optimize edilmiş ve taşınabilir rutinler
# URL: http://www.libtom.org/
# Paketçi: Cihan Alkan
# Gerekler:
isim=libtommath
surum=1.0.1
devir=1
kaynak=(https://github.com/libtom/libtommath/releases/download/v$surum/ltm-$surum.tar.xz)
derle() {
cd $isim-$surum
make -f makefile.shared IGNORE_SPEED=1
make -f makefile.shared PREFIX=/usr DESTDIR=$PKG INSTALL_GROUP=root install
install -Dm644 LICENSE $PKG/usr/share/licenses/$isim/LICENSE
}