diff options
author | root <root@rshg054.dnsready.net> | 2012-08-06 00:02:23 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-06 00:02:23 +0000 |
commit | 5cb978c42b6c6444161fa41121ea5f07579404bc (patch) | |
tree | 8df32941b47d164ce5c0d12f082337989195a3a7 /pcr/yate/PKGBUILD | |
parent | 9b4356a4ce894946739f7fff9411f62be0fbc122 (diff) |
Mon Aug 6 00:02:23 UTC 2012
Diffstat (limited to 'pcr/yate/PKGBUILD')
-rw-r--r-- | pcr/yate/PKGBUILD | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/pcr/yate/PKGBUILD b/pcr/yate/PKGBUILD new file mode 100644 index 000000000..01428fa27 --- /dev/null +++ b/pcr/yate/PKGBUILD @@ -0,0 +1,36 @@ + # Maintainer: said + # Contributor: Yejun Yang <yejunx AT gmail DOT com> + # Contributor: Biru Ionut <ionut@archlinux.ro> + pkgname=yate + pkgver=4.1.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') + makedepends=('pkgconfig') + source=(http://yate.null.ro/tarballs/yate4/${pkgname}-${pkgver}-1.tar.gz yate.init) + options=(!makeflags) + + md5sums=('06adaa9b8dc4f18908b35e9659ab9ad5' + 'c0d344607046c47c1d75ac23d323817a') + + 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 -D -m755 $srcdir/yate.init $pkgdir/etc/rc.d/yate + } +
\ No newline at end of file |