[arch-commits] Commit in yate/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Fri May 26 06:58:30 UTC 2017


    Date: Friday, May 26, 2017 @ 06:58:29
  Author: foutrelis
Revision: 230402

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  yate/repos/community-staging-i686/
  yate/repos/community-staging-i686/PKGBUILD
    (from rev 230401, yate/trunk/PKGBUILD)
  yate/repos/community-staging-x86_64/
  yate/repos/community-staging-x86_64/PKGBUILD
    (from rev 230401, yate/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: yate/repos/community-staging-i686/PKGBUILD (from rev 230401, yate/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-05-26 06:58:29 UTC (rev 230402)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F
+# Contributor: Yejun Yang <yejunx AT gmail DOT com>
+# Contributor: Biru Ionut <ionut at archlinux.ro>
+
+pkgname=yate
+pkgver=5.5.0
+pkgrel=2
+pkgdesc="Next-generation telephony engine"
+arch=('i686' 'x86_64')
+url="http://www.yate.ro/"
+license=('GPL')
+depends=('speex' 'gsm' 'postgresql-libs' 'libmariadb' 'alsa-lib' 'openssl-1.0' 'sqlite')
+makedepends=('qt4')
+optdepends=('qt4')
+options=(!makeflags)
+source=("http://yate.null.ro/tarballs/yate5/yate-${pkgver}-1.tar.gz")
+sha256sums=('a9fc472df082e92d578efa3de54689e10ee1a24fdd67a9cc928db7c2e1568676')
+
+build() {
+  cd $srcdir/${pkgname}
+  export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  ./configure --prefix=/usr \
+              --sysconfdir=/etc \
+              --with-libpq \
+              --with-mysql \
+              --without-openh323
+  make
+}
+
+package(){
+  cd $srcdir/${pkgname}
+  make DESTDIR=$pkgdir install
+}

Copied: yate/repos/community-staging-x86_64/PKGBUILD (from rev 230401, yate/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-05-26 06:58:29 UTC (rev 230402)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F
+# Contributor: Yejun Yang <yejunx AT gmail DOT com>
+# Contributor: Biru Ionut <ionut at archlinux.ro>
+
+pkgname=yate
+pkgver=5.5.0
+pkgrel=2
+pkgdesc="Next-generation telephony engine"
+arch=('i686' 'x86_64')
+url="http://www.yate.ro/"
+license=('GPL')
+depends=('speex' 'gsm' 'postgresql-libs' 'libmariadb' 'alsa-lib' 'openssl-1.0' 'sqlite')
+makedepends=('qt4')
+optdepends=('qt4')
+options=(!makeflags)
+source=("http://yate.null.ro/tarballs/yate5/yate-${pkgver}-1.tar.gz")
+sha256sums=('a9fc472df082e92d578efa3de54689e10ee1a24fdd67a9cc928db7c2e1568676')
+
+build() {
+  cd $srcdir/${pkgname}
+  export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  ./configure --prefix=/usr \
+              --sysconfdir=/etc \
+              --with-libpq \
+              --with-mysql \
+              --without-openh323
+  make
+}
+
+package(){
+  cd $srcdir/${pkgname}
+  make DESTDIR=$pkgdir install
+}



More information about the arch-commits mailing list