Date: Wednesday, May 16, 2012 @ 16:08:05 Author: andrea Revision: 159151
Needed by ortp Added: libsrtp/ libsrtp/repos/ libsrtp/trunk/ libsrtp/trunk/PKGBUILD ----------+ PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) Added: libsrtp/trunk/PKGBUILD =================================================================== --- libsrtp/trunk/PKGBUILD (rev 0) +++ libsrtp/trunk/PKGBUILD 2012-05-16 20:08:05 UTC (rev 159151) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: +# Contributor: Sergej Pupykin <[email protected]> +# Contributor: Yejun Yang <yejunx AT gmail DOT com> +# Contributor: Michal Krenek <[email protected]> + +pkgname=libsrtp +pkgver=1.4.4 +pkgrel=2 +pkgdesc="Open-source implementation of the Secure Real-time Transport Protocol (SRTP)" +url="http://srtp.sourceforge.net/srtp.html" +arch=('i686' 'x86_64') +license=('BSD') +source=("http://downloads.sourceforge.net/srtp/srtp-${pkgver}.tgz") +md5sums=('9b449edb011c934ca97009e7e0566d22') + +build() { + cd "${srcdir}"/srtp + ./configure --prefix=/usr + make CFLAGS="${CFLAGS} -fPIC" +} + +package() { + cd "${srcdir}"/srtp + make DESTDIR="${pkgdir}" install + + install -Dm0644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE +} Property changes on: libsrtp/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
