milis/talimatname/genel/y/yate/talimat

25 lines
638 B
Plaintext
Raw Normal View History

2017-12-17 22:20:54 +01:00
# 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
2017-12-17 22:44:40 +01:00
# Grup: ağ
2017-12-17 22:20:54 +01:00
isim=yate
surum=6.0.0
devir=1
kaynak=(http://yate.null.ro/tarballs/yate6/yate-$surum-1.tar.gz)
derle() {
2017-12-17 22:35:14 +01:00
cd $SRC/$isim-$surum || cd $SRC/$isim
2017-12-17 22:20:54 +01:00
./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
}