17 lines
361 B
Plaintext
17 lines
361 B
Plaintext
|
# Tanım: NTRUEncrypt C de yazılmışı
|
|||
|
# URL: https://github.com/tbuktu/libntru
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler:
|
|||
|
|
|||
|
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"
|
|||
|
}
|