milis/talimatname/genel/l/libtommath/talimat

19 lines
576 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: Tamamen C dilinde yazılmış, açık kaynaklı, taşınabilir, sayı teorik, çok hassas bir tam sayı kütüphanesidir.
# URL: https://www.libtom.net/LibTomMath/
# Paketçi: Cihan Alkan
# Gerekler:
# Grup: kütüphane bilim
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
}