# Description: C++ runtime library for threads, sockets, and parsing # URL: https://www.gnu.org/software/commoncpp/ # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: openssl zlib name=ucommon version=7.0.0 release=1 source=(http://ftp.gnu.org/gnu/commoncpp/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }