milis/talimatname/genel/c/codecrypt/talimat

19 lines
430 B
Plaintext
Raw Normal View History

2017-10-21 17:59:12 +02:00
# Description: Kuantum algoritmalı şifreleme uygulaması
# URL: http://e-x-a.org/codecrypt/
# Packager: milisarge
# Depends on: fftw crypto++
name=codecrypt
version=1.7.6
release=1
source=(https://github.com/exaexa/codecrypt/archive/v$version.tar.gz::$name-$version.tar.gz)
build() {
cd "${SRC}/${name}-${version}"
./autogen.sh
./configure LIBS=-lpthread --prefix=/usr
make
make -k check
make DESTDIR="$PKG/" install
}