# Maintainer: Guillaume Horel # Contributor: Antonio Rojas # Contributor: Andrea Scarpino # Contributor: Jaroslaw Swierczynski # Contributor: William Rea pkgname=ortp pkgver=5.1.71 pkgrel=1 pkgdesc='A Real-time Transport Protocol (RTP) library' arch=(x86_64) url='https://gitlab.linphone.org/' license=(GPL3) depends=(bctoolbox) makedepends=(cmake doxygen) source=(https://gitlab.linphone.org/BC/public/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2) sha256sums=('40f3973162828cea964317bfcbeaa1386b564592b622f1b20dc7b99434bbfd74') build() { cmake -B build -S $pkgname-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ -DENABLE_STATIC=OFF cmake --build build } package() { DESTDIR="$pkgdir" cmake --install build }