libntru.paketlendi
This commit is contained in:
parent
5b144b3ec7
commit
f1f2ea94f7
1 changed files with 16 additions and 0 deletions
16
talimatname/genel/libntru/talimat
Normal file
16
talimatname/genel/libntru/talimat
Normal file
|
@ -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"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue