### this file is sourced not run
PKGVER=4.7.0.2020.05 # last commit date
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=zrtp-$PKGVER.tar.gz
MD5SUM=9ffa563579f7fde59a797d1d994675e1
SRC_URL=https://github.com/wernerd/ZRTPCPP/archive/6b3cd8e6783642292bad0c21e3e5e5ce45ff3e03.tar.gz
BUNDLE=

SLACKREQ='libucommon libgcrypt'
SLACKDESC="libzrtp: 
libzrtp: GNU ZRTP is a C++ implementation of Phil Zimmermann's ZRTP 
libzrtp: specification, and is available under the GPL license.
libzrtp: 
libzrtp: https://www.gnu.org/software/ccrtp/zrtp.html
libzrtp: https://github.com/wernerd/ZRTPCPP/
libzrtp: 
libzrtp: 
libzrtp: 
libzrtp: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_cmake &&
	pkg_build_slackdesc
}


