summaryrefslogtreecommitdiff
path: root/pcr/belle-sip/PKGBUILD
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-03-18 10:56:58 -0300
committerDavid P <megver83@parabola.nu>2020-03-18 10:56:58 -0300
commit04d523074a9d50acee1a8b5b315fe97163fc04a9 (patch)
tree52cb985c3388405754901cc6741f907557bc4196 /pcr/belle-sip/PKGBUILD
parenteee7766bee9cc4d96d8a6848f83f2df9f72698cf (diff)
downloadabslibre-04d523074a9d50acee1a8b5b315fe97163fc04a9.tar.gz
abslibre-04d523074a9d50acee1a8b5b315fe97163fc04a9.tar.bz2
abslibre-04d523074a9d50acee1a8b5b315fe97163fc04a9.zip
remove pcr/linphone and pcr/belle-sip
these two are outdated, and although I've been able to update belle-sip, the new linphone-desktop hasn't built successfully in the meantime, users can install it through flatpak as explained in their download page -> https://linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'pcr/belle-sip/PKGBUILD')
-rw-r--r--pcr/belle-sip/PKGBUILD46
1 files changed, 0 insertions, 46 deletions
diff --git a/pcr/belle-sip/PKGBUILD b/pcr/belle-sip/PKGBUILD
deleted file mode 100644
index 584b26884..000000000
--- a/pcr/belle-sip/PKGBUILD
+++ /dev/null
@@ -1,46 +0,0 @@
-# Maintainer: David P. <megver83@parabola.nu>
-# Maintainer (AUR): Paul Wilk <paul.wilk@null.net>
-# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Darwin Bautista <djclue917@gmail.com>
-
-pkgname=belle-sip
-pkgver=1.6.3
-pkgrel=1
-pkgdesc="A Voice-over-IP phone"
-arch=('x86_64' 'i686' 'armv7h')
-url="https://github.com/BelledonneCommunications/belle-sip/"
-license=('GPL')
-depends=('libantlr3c' 'gcc-libs' 'mbedtls' 'bctoolbox')
-makedepends=('java-runtime')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/belle-sip/archive/$pkgver.tar.gz"
- "antlr.jar::https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true")
-noextract=('antlr.jar')
-sha256sums=('cbdf9f79786fe13f553964b84892e8d3a08b6eae18fc5bdea5fcb445d7f1ce17'
- '9d3e866b610460664522520f73b81777b5626fb0a282a5952b9800b751550bf7')
-
-prepare() {
- cd $pkgname-$pkgver
- sed -i \
- -e "s#antlr_java_prefixes=.*#antlr_java_prefixes="$srcdir"#" \
- -e "s|-Werror||g" \
- configure.ac
- sed -i \
- -e 's|bctbx_list_delete_link|bctbx_list_erase_link|g' \
- -e 's|bctbx_list_remove_link|bctbx_list_unlink|g' \
- include/belle-sip/list.h
- sed -i 's|, super->base.peer_cname ? super->base.peer_cname : super->base.peer_name ||' src/transports/tls_channel.c
-}
-
-build() {
- cd $pkgname-$pkgver
- [ -x ./configure ] || ./autogen.sh
- ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname \
- --disable-tests --disable-static --enable-tls
- make
-}
-
-package() {
- cd "$srcdir"/$pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}