From f1f2ea94f7ce387207f4033c3e93e1468c8ae29e Mon Sep 17 00:00:00 2001 From: milisarge Date: Wed, 29 Mar 2017 03:12:59 +0300 Subject: [PATCH] libntru.paketlendi --- talimatname/genel/libntru/talimat | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 talimatname/genel/libntru/talimat diff --git a/talimatname/genel/libntru/talimat b/talimatname/genel/libntru/talimat new file mode 100644 index 000000000..ec1309a81 --- /dev/null +++ b/talimatname/genel/libntru/talimat @@ -0,0 +1,16 @@ +# Description: NTRUEncrypt C de yazılmışı +# URL: https://github.com/tbuktu/libntru +# Packager: milisarge +# Depends on: + +name=libntru +version=0.4.1 +release=1 +source=(https://github.com/tbuktu/libntru/archive/${version}.tar.gz) + +build() { + cd "${SRC}/libntru-${version}" + make -f Makefile.linux + make -f Makefile.linux install DESTDIR="${PKG}" + rm -r "${PKG}/usr/share" +}