summaryrefslogtreecommitdiffstats
path: root/ortp
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2017-03-21 20:25:57 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2017-03-23 20:16:08 -0400
commit1475c61874ef6721896b2d8c976de01b6d33ca8e (patch)
tree90c0c5db30d653d9a4290ef61db51e2868e4ffcd /ortp
parent147447d64927bb5ef17d7dec47538904cbc3665a (diff)
downloadarch-pkgs-1475c61874ef6721896b2d8c976de01b6d33ca8e.tar.gz
cleanup packages
Diffstat (limited to 'ortp')
-rw-r--r--ortp/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/ortp/PKGBUILD b/ortp/PKGBUILD
deleted file mode 100644
index 5e96eeb..0000000
--- a/ortp/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
-# Contributor: William Rea <sillywilly@gmail.com>
-
-pkgname=ortp
-pkgver=0.27.0
-pkgrel=1
-pkgdesc="A Real-time Transport Protocol (RTP) library"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/index.php/eng/code_review/ortp"
-license=('GPL3')
-depends=('glibc')
-source=("https://github.com/BelledonneCommunications/$pkgname/archive/$pkgver.tar.gz")
-sha1sums=('1cfc5ff9053b880fabad176722a97b301867ab7e')
-
-build() {
- mkdir build
- cd build
- cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_LIBDIR="/usr/lib" "../${pkgname}-${pkgver}"
- make
-}
-
-package() {
- cd ${srcdir}/build
- make DESTDIR="${pkgdir}" install
-}