milis/talimatname/genel/l/libsodium/talimat

20 lines
529 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Sodium, şifreleme, şifre çözme, imzalar, şifre karması ve daha fazlası için modern, kullanımı kolay bir yazılım kütüphanesi.
# URL: http://doc.libsodium.org/
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=libsodium
surum=master
devir=1
kaynak=(https://github.com/jedisct1/$isim/archive/$surum.tar.gz)
derle() {
mv $DERLEME_KAYNAKDIZIN/$surum.tar.gz $DERLEME_KAYNAKDIZIN/$isim-$surum.tar.gz
cd $isim-$surum
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}