opendht.guncellendi

This commit is contained in:
milisbir 2017-07-25 05:22:49 +03:00
parent 677d6bfcd8
commit fa9bb6ccf0

View file

@ -1,23 +1,15 @@
# Description: Kademlia DHT'nin (Distributed Hash Table) bir C ++ 11 uygulaması, # Description: Kademlia DHT'nin (Distributed Hash Table) bir C ++ 11 uygulaması,
# URL: https://github.com/savoirfairelinux/opendht # URL: https://github.com/savoirfairelinux/opendht
# packager: milisarge # packager: milisarge
# Depends on: cmake gnutls nettle msgpack-c python3-setuptools cython # Depends on: cmake gnutls nettle msgpack-c python3-setuptools cython argon2
name=opendht name=opendht
version=master version=1.3.5
release=1 release=1
source=() source=(https://github.com/savoirfairelinux/opendht/archive/1.3.5.tar.gz--$name-$version.tar.gz)
_source=https://github.com/savoirfairelinux/opendht
build() { build() {
if [ ! -d $DERLEME_KAYNAKDIZIN/$name ];then cd $name-$version
git clone $_source $DERLEME_KAYNAKDIZIN/$name
else
cd $DERLEME_KAYNAKDIZIN/$name
git pull
fi
cp -r $DERLEME_KAYNAKDIZIN/$name $SRC/
cd $SRC/$name
mkdir -p build mkdir -p build
cd build cd build
cmake .. \ cmake .. \