[arch-commits] Commit in yate/repos (4 files)
Sergej Pupykin
spupykin at archlinux.org
Thu May 25 16:34:47 UTC 2017
Date: Thursday, May 25, 2017 @ 16:34:47
Author: spupykin
Revision: 230130
archrelease: copy trunk to community-i686, community-x86_64
Added:
yate/repos/community-i686/
yate/repos/community-i686/PKGBUILD
(from rev 230129, yate/trunk/PKGBUILD)
yate/repos/community-x86_64/
yate/repos/community-x86_64/PKGBUILD
(from rev 230129, yate/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
Copied: yate/repos/community-i686/PKGBUILD (from rev 230129, yate/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-25 16:34:47 UTC (rev 230130)
@@ -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=1
+pkgdesc="Next-generation telephony engine"
+arch=('i686' 'x86_64')
+url="http://www.yate.ro/"
+license=('GPL')
+depends=('speex' 'gsm' 'postgresql-libs' 'libmysqlclient' '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-x86_64/PKGBUILD (from rev 230129, yate/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-05-25 16:34:47 UTC (rev 230130)
@@ -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=1
+pkgdesc="Next-generation telephony engine"
+arch=('i686' 'x86_64')
+url="http://www.yate.ro/"
+license=('GPL')
+depends=('speex' 'gsm' 'postgresql-libs' 'libmysqlclient' '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