yate.pktlndi

This commit is contained in:
milisbir 2017-12-17 23:20:54 +02:00
parent 3fb42e0eda
commit 531f72e8c5
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# Tanım: Yeni nesil telefon motoru
# URL: http://www.yate.ro/
# Paketçi: milisarge CihanAlkan
# Gerekler: speex gsm postgresql mariadb alsa-lib openssl sqlite qt4
isim=yate
surum=6.0.0
devir=1
kaynak=(http://yate.null.ro/tarballs/yate6/yate-$surum-1.tar.gz)
derle() {
cd $SRC/$isim-$surum
./autogen.sh
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 -j1
make DESTDIR=$PKG install
}