From fa9bb6ccf039f4e8be3c5f7d35f2e6f7238c84f9 Mon Sep 17 00:00:00 2001 From: milisbir Date: Tue, 25 Jul 2017 05:22:49 +0300 Subject: [PATCH] opendht.guncellendi --- talimatname/genel/opendht/talimat | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/talimatname/genel/opendht/talimat b/talimatname/genel/opendht/talimat index 91d54ae32..9a65a5737 100644 --- a/talimatname/genel/opendht/talimat +++ b/talimatname/genel/opendht/talimat @@ -1,23 +1,15 @@ # Description: Kademlia DHT'nin (Distributed Hash Table) bir C ++ 11 uygulaması, # URL: https://github.com/savoirfairelinux/opendht # 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 -version=master +version=1.3.5 release=1 -source=() -_source=https://github.com/savoirfairelinux/opendht +source=(https://github.com/savoirfairelinux/opendht/archive/1.3.5.tar.gz--$name-$version.tar.gz) build() { - if [ ! -d $DERLEME_KAYNAKDIZIN/$name ];then - git clone $_source $DERLEME_KAYNAKDIZIN/$name - else - cd $DERLEME_KAYNAKDIZIN/$name - git pull - fi - cp -r $DERLEME_KAYNAKDIZIN/$name $SRC/ - cd $SRC/$name + cd $name-$version mkdir -p build cd build cmake .. \