# Maintainer: Guillaume Horel pkgname=bzrtp-git _pkgname=bzrtp pkgver=5.3.0.alpha.r5.g6fc1e23 pkgrel=1 pkgdesc="Opensource implementation of ZRTP keys exchange protocol" arch=('x86_64') url="https://github.com/BelledonneCommunications/bzrtp" license=('GPL2') conflicts=('bzrtp') provides=("bzrtp=$pkgver") depends=('libxml2' 'mbedtls' 'bctoolbox>=4.3.0') makedepends=('cmake' 'git') source=("git+https://github.com/BelledonneCommunications/bzrtp.git") sha256sums=('SKIP') pkgver() { cd "${srcdir}/${_pkgname}" git describe --long --tags | sed 's/\([^-]*-g\)/r\1/; s/-/./g' } build() { cd ${_pkgname} cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DENABLE_STRICT=NO . make } package() { cd ${_pkgname} make DESTDIR="${pkgdir}" install }