summaryrefslogtreecommitdiff
path: root/community/libzrtpcpp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libzrtpcpp/PKGBUILD')
-rw-r--r--community/libzrtpcpp/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/community/libzrtpcpp/PKGBUILD b/community/libzrtpcpp/PKGBUILD
deleted file mode 100644
index 934c4a450..000000000
--- a/community/libzrtpcpp/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 70716 2012-05-15 11:42:17Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Jeff Mickey <jeff@archlinux.org>
-# Contributor: Michel Brabants <michel.brabants@euphonynet.be>
-
-pkgname=libzrtpcpp
-pkgver=2.0.0
-pkgrel=1
-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' 'ucommon')
-makedepends=('pkgconfig' 'cmake')
-options=('!libtool')
-source=(ftp://ftp.gnu.org/gnu/ccrtp/$pkgname-$pkgver.tar.gz)
-md5sums=('dc1501e7e8a46a1608fc3820c7476727')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- sed -i 's|lib64|lib|g' CMakeLists.txt
- cmake -DCMAKE_INSTALL_PREFIX=/usr .
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
-}