Date: Sunday, April 18, 2010 @ 21:54:18 Author: andrea Revision: 77912
upgpkg: libzrtpcpp 1.4.2-4 commoncpp2 soname bump Modified: libzrtpcpp/trunk/PKGBUILD ----------+ PKGBUILD | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-04-19 01:52:09 UTC (rev 77911) +++ PKGBUILD 2010-04-19 01:54:18 UTC (rev 77912) @@ -1,23 +1,28 @@ # $Id$ -# Maintainer: Jeff Mickey <[email protected]> +# Maintainer: +# Contributor: Jeff Mickey <[email protected]> # Contributor: Michel Brabants <[email protected]> pkgname=libzrtpcpp pkgver=1.4.2 -pkgrel=3 -pkgdesc="ZRTP is an extension to Real-time Transport Protocol (RTP) which describes a method of Diffie-Hellman key agreement for Secure Real-time Transport Protocol (SRTP)." +pkgrel=4 +pkgdesc="An extension to Real-time Transport Protocol (RTP) which describes a method of Diffie-Hellman key agreement for Secure Real-time Transport Protocol (SRTP)" arch=('i686' 'x86_64') url="http://zfoneproject.com" license=('GPL') -depends=('ccrtp>=1.7.0') +depends=('ccrtp') makedepends=('pkgconfig') -options=(!libtool) +options=('!libtool') source=(ftp://ftp.gnu.org/gnu/ccrtp/$pkgname-$pkgver.tar.gz) +md5sums=('2360f0f8dc0ddab3e1691ee146c4b92e') build() { - cd ${srcdir}/$pkgname-$pkgver + cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr make || return 1 - make DESTDIR=${pkgdir} install } -md5sums=('2360f0f8dc0ddab3e1691ee146c4b92e') + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install || return 1 +}
