milis/talimatname/genel/libsodium/talimat

19 lines
530 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.

# Description: 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/
# Packager: milisarge
# Depends on :
name=libsodium
version=master
release=1
source=(https://github.com/jedisct1/$name/archive/$version.tar.gz)
build () {
mv $DERLEME_KAYNAKDIZIN/$version.tar.gz $DERLEME_KAYNAKDIZIN/$name-$version.tar.gz
cd $name-$version
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}