# Maintainer: Guillaume Horel pkgname=belle-sip pkgver=4.4.8 pkgrel=1 pkgdesc="A Voice-over-IP phone" arch=('x86_64') url="https://github.com/BelledonneCommunications/belle-sip/" license=('GPL3') depends=('avahi' "bctoolbox=$pkgver") makedepends=('cmake') options=('!emptydirs') source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/belle-sip/archive/$pkgver.tar.gz") sha256sums=('eabba615c97080572c1b9d3c76f8f9cf6a7432eedf37482672e5fa178a688f72') build() { cd "$srcdir/$pkgname-$pkgver" cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DENABLE_STATIC=NO \ -DENABLE_MDNS=YES \ -DENABLE_STRICT=YES \ -DENABLE_TESTS=NO . make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install }