milis/talimatname/genel/u/ulib/talimat

28 lines
593 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Sade ve hızlı c++ uygulama geliştirme çatısı
2017-10-18 04:31:25 +02:00
# URL: https://github.com/stefanocasazza/ULib
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: sqlite libzip
2017-10-18 04:31:25 +02:00
2017-10-28 14:10:23 +02:00
isim=ulib
surum=1.4.2
devir=1
kaynak=(https://github.com/stefanocasazza/ULib/archive/v$surum.tar.gz::$isim-$surum.tar.gz)
2017-10-18 04:31:25 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd "${SRC}/ULib-${surum}"
2017-10-18 04:31:25 +02:00
./configure \
--enable-debug \
--with-sqlite3 \
--with-ipv6 \
--with-userver-ipc \
--with-userver-udp \
--enable-HPS \
--enable-load-balance \
--enable-zip \
--enable-http2 \
--sysconfdir=/etc \
--prefix=/usr
make
make DESTDIR="${PKG}" install
}