summaryrefslogtreecommitdiff
path: root/pcr/yate
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-05-26 17:52:35 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-05-26 17:52:35 -0500
commite978b1e8a3df5a0825292157c3ba1ce369883195 (patch)
treed06737fe758ea3984b9461e3a46d4910e5531720 /pcr/yate
parentfd745e5d0f55b859387f06dbae8f24f46814a3de (diff)
Removing yate: This package is in [community] repo
Diffstat (limited to 'pcr/yate')
-rw-r--r--pcr/yate/PKGBUILD36
-rw-r--r--pcr/yate/yate.service9
2 files changed, 0 insertions, 45 deletions
diff --git a/pcr/yate/PKGBUILD b/pcr/yate/PKGBUILD
deleted file mode 100644
index e25c7401b..000000000
--- a/pcr/yate/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Maintainer (Arch): said
-# Contributor (Arch): Yejun Yang <yejunx AT gmail DOT com>
-# Contributor (Arch): Biru Ionut <ionut@archlinux.ro>
-
-pkgname=yate
-pkgver=5.4.0.1
-pkgrel=1
-pkgdesc="next-generation telephony engine"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://yate.null.ro"
-license=('GPL')
-depends=('speex' 'gsm' 'postgresql-libs' 'libmariadbclient' \
- 'alsa-lib' 'qt4')
-makedepends=('pkgconfig')
-source=(http://$pkgname.null.ro/tarballs/${pkgname}${pkgver%%.*}/$pkgname-${pkgver%.*}-${pkgver##*.}.tar.gz $pkgname.service)
-options=(!makeflags)
-
-md5sums=('427fd2ffde51116271534f398bf913e8'
- '2fbcac43ec3bef1e386fcd456d1ee6f9')
-
-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
- install -vDm 755 $srcdir/yate.service $pkgdir/usr/lib/systemd/system/yate.service
-}
diff --git a/pcr/yate/yate.service b/pcr/yate/yate.service
deleted file mode 100644
index de2fb14a4..000000000
--- a/pcr/yate/yate.service
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=Next-generation telephony engine
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/yate -d -p /run/yate.pid -rs -vvv -l /var/log/yate
-
-[Install]
-WantedBy=multi-user.target