milis/talimatname/genel/u/ulib/talimat

28 lines
593 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Sade ve hızlı c++ uygulama geliştirme çatısı
2017-10-18 05:31:25 +03:00
# URL: https://github.com/stefanocasazza/ULib
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: sqlite libzip
2017-10-18 05:31:25 +03:00
2017-10-28 15:10:23 +03: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 05:31:25 +03:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd "${SRC}/ULib-${surum}"
2017-10-18 05:31:25 +03: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
}