summaryrefslogtreecommitdiff
path: root/pcr/ortp-git
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-07-10 22:39:40 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-07-10 22:39:40 -0500
commit68c2cc00c009bd5bdac818faa1b04c9e564e09b6 (patch)
tree8e9e4fef367c95684e4240479eb7fad9bae9b5cb /pcr/ortp-git
parentf3264e65ea2b371aee1afead880e3e019b746bf6 (diff)
downloadabslibre-68c2cc00c009bd5bdac818faa1b04c9e564e09b6.tar.gz
abslibre-68c2cc00c009bd5bdac818faa1b04c9e564e09b6.tar.bz2
abslibre-68c2cc00c009bd5bdac818faa1b04c9e564e09b6.zip
Removing ortp-git. Use ortp instead
Diffstat (limited to 'pcr/ortp-git')
-rw-r--r--pcr/ortp-git/PKGBUILD38
1 files changed, 0 insertions, 38 deletions
diff --git a/pcr/ortp-git/PKGBUILD b/pcr/ortp-git/PKGBUILD
deleted file mode 100644
index 5b5d618e3..000000000
--- a/pcr/ortp-git/PKGBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# Maintainer: André Silva <emulatorman@parabola.nu>
-
-_pkgname=ortp
-pkgname=ortp-git
-pkgver=r1667.14894ff
-pkgrel=1
-pkgdesc="A Real-time Transport Protocol (RTP) library"
-arch=('i686' 'x86_64')
-url="https://github.com/BelledonneCommunications/ortp"
-license=('LGPL2.1')
-makedepends=('git')
-depends=('glibc' 'bcunit-git' 'bctoolbox-git')
-conflicts=("${_pkgname}")
-provides=("${_pkgname}")
-source=("${_pkgname}-${pkgver}::git+https://github.com/BelledonneCommunications/ortp#branch=master")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $_pkgname-$pkgver
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-prepare() {
- cd $_pkgname-$pkgver
- ./autogen.sh
-}
-
-build() {
- cd $_pkgname-$pkgver
- ./configure --prefix=/usr \
- --disable-strict
- make
-}
-
-package() {
- cd $_pkgname-$pkgver
- make DESTDIR="${pkgdir}" install
-}