2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Sade ve hızlı c++ uygulama geliştirme çatısı
|
|
|
|
|
# URL: https://github.com/stefanocasazza/ULib
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: sqlite libzip
|
2018-07-26 10:18:49 +02:00
|
|
|
|
# Grup: geliştirme
|
2018-06-09 00:06:58 +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)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd "${SRC}/ULib-${surum}"
|
|
|
|
|
./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
|
|
|
|
|
}
|