From 922ae6ee64efcd2d05d1289ce170c7d281b858f8 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Wed, 17 Aug 2016 08:12:45 -0400 Subject: Add linphone related packages --- bzrtp/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bzrtp/PKGBUILD (limited to 'bzrtp') diff --git a/bzrtp/PKGBUILD b/bzrtp/PKGBUILD new file mode 100644 index 0000000..5ee4e99 --- /dev/null +++ b/bzrtp/PKGBUILD @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: +# Contributor: Guillaume Horel + +pkgname=bzrtp +pkgver=1.0.4 +pkgrel=1 +pkgdesc="Implementation of the ZRTP protocol" +arch=('i686' 'x86_64') +url="http://www.linphone.org/" +license=('GPL') +depends=('bctoolbox') +makedepends=('') +source=("https://github.com/BelledonneCommunications/$pkgname/archive/$pkgver.tar.gz") +md5sums=('0f36322012dd6cc248aa356555744a8e') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake -DENABLE_STATIC=NO -DCMAKE_INSTALL_LIBDIR="/usr/lib" -DCMAKE_INSTALL_PREFIX="/usr" "../$pkgname-$pkgver" + make +} + +package() { + cd "${srcdir}/build" + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-70-g09d2