milis/talimatname/genel/l/libntru/talimat

17 lines
361 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: NTRUEncrypt C de yazılmışı
2017-03-31 09:03:07 +02:00
# URL: https://github.com/tbuktu/libntru
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2017-03-29 02:12:59 +02:00
2017-10-28 14:10:23 +02:00
isim=libntru
surum=0.4.1
devir=1
kaynak=(https://github.com/tbuktu/libntru/archive/${surum}.tar.gz)
2017-03-29 02:12:59 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd "${SRC}/libntru-${surum}"
2017-03-29 02:12:59 +02:00
make -f Makefile.linux
make -f Makefile.linux install DESTDIR="${PKG}"
rm -r "${PKG}/usr/share"
}