milis/talimatname/genel/l/libntru/talimat

18 lines
379 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: NTRUEncrypt C de yazılmışı
# URL: https://github.com/tbuktu/libntru
# Paketçi: milisarge
# Gerekler:
# Grup: güvenlik
isim=libntru
surum=0.4.1
devir=1
kaynak=(https://github.com/tbuktu/libntru/archive/${surum}.tar.gz)
derle() {
cd "${SRC}/libntru-${surum}"
make -f Makefile.linux
make -f Makefile.linux install DESTDIR="${PKG}"
rm -r "${PKG}/usr/share"
}