summaryrefslogtreecommitdiff
path: root/aur/yate
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-08-14 16:44:49 +0300
committerYuval Adam <_@yuv.al>2018-08-14 16:44:49 +0300
commite0db58f8ed17c0300159430a2e34e1b395b2f676 (patch)
tree24ac3abed09eb7f33a005c2a54fd21bdaeffb665 /aur/yate
parenta614998c56bccba61556ce1b2e0155b4366aaa4b (diff)
Delete some old packages
Diffstat (limited to 'aur/yate')
-rw-r--r--aur/yate/.SRCINFO19
-rw-r--r--aur/yate/PKGBUILD33
2 files changed, 0 insertions, 52 deletions
diff --git a/aur/yate/.SRCINFO b/aur/yate/.SRCINFO
deleted file mode 100644
index e791576..0000000
--- a/aur/yate/.SRCINFO
+++ /dev/null
@@ -1,19 +0,0 @@
-pkgbase = yate
- pkgdesc = Next-generation telephony engine
- pkgver = 5.5.0
- pkgrel = 1
- url = http://yate.null.ro
- arch = i686
- arch = x86_64
- license = GPL
- depends = speex
- depends = gsm
- depends = postgresql-libs
- depends = libmysqlclient
- depends = alsa-lib
- options = !makeflags
- source = http://yate.null.ro/tarballs/yate5/yate-5.5.0-1.tar.gz
- sha256sums = a9fc472df082e92d578efa3de54689e10ee1a24fdd67a9cc928db7c2e1568676
-
-pkgname = yate
-
diff --git a/aur/yate/PKGBUILD b/aur/yate/PKGBUILD
deleted file mode 100644
index e3285a9..0000000
--- a/aur/yate/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Maintainer: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F
-# Contributor: Yejun Yang <yejunx AT gmail DOT com>
-# Contributor: Biru Ionut <ionut@archlinux.ro>
-
-pkgname=yate
-pkgver=5.5.0
-pkgrel=1
-pkgdesc="Next-generation telephony engine"
-arch=('i686' 'x86_64')
-url="http://yate.null.ro"
-license=('GPL')
-depends=('speex' 'gsm' 'postgresql-libs' 'libmysqlclient' 'alsa-lib')
-source=("http://yate.null.ro/tarballs/yate5/yate-${pkgver}-1.tar.gz")
-options=(!makeflags)
-sha256sums=('a9fc472df082e92d578efa3de54689e10ee1a24fdd67a9cc928db7c2e1568676')
-
-build() {
- cd $srcdir/${pkgname}
- export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --with-libpq \
- --with-mysql \
- --without-openh323
- make
-}
-
-package(){
- cd $srcdir/${pkgname}
- make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et: