milis/talimatname/genel/libntru/talimat

17 lines
376 B
Plaintext
Raw Normal View History

2017-03-29 02:12:59 +02:00
# Description: NTRUEncrypt C de yazılmışı
2017-03-31 09:03:07 +02:00
# URL: https://github.com/tbuktu/libntru
# Packager: milisarge
2017-03-29 02:12:59 +02:00
# 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"
}