# Description: a fully encrypted, censor resistant, private, distributed network library with a focus on personal communications. # URL: https://github.com/TokTok/c-toxcore # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: libsodium name=toxcore version=0.1.10 release=1 source=(https://github.com/TokTok/c-$name/archive/v$version.tar.gz) build() { cd c-$name-$version ./autogen.sh ./configure --prefix=/usr make make DESTDIR=$PKG install }