milis/talimatname/genel/c/codecrypt/talimat

20 lines
430 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Kuantum algoritmalı şifreleme uygulaması
2017-10-21 17:59:12 +02:00
# URL: http://e-x-a.org/codecrypt/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
2017-12-24 00:47:53 +01:00
# Gerekler: fftw crypto++
# Grup: güvenlik
2017-10-21 17:59:12 +02:00
2017-10-28 14:10:23 +02:00
isim=codecrypt
surum=1.7.6
devir=1
kaynak=(https://github.com/exaexa/codecrypt/archive/v$surum.tar.gz::$isim-$surum.tar.gz)
2017-10-21 17:59:12 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd "${SRC}/${isim}-${surum}"
2017-10-21 17:59:12 +02:00
./autogen.sh
./configure LIBS=-lpthread --prefix=/usr
make
make -k check
make DESTDIR="$PKG/" install
}