milis/talimatname/genel/y/yate/talimat

25 lines
638 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
# Grup: ağ
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 || cd $SRC/$isim
./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
}