milis/talimatname/genel/u/ulib/talimat

28 lines
603 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
name=ulib
2017-10-18 05:14:32 +02:00
version=1.4.2
2017-10-18 04:31:25 +02:00
release=1
source=(https://github.com/stefanocasazza/ULib/archive/v$version.tar.gz::$name-$version.tar.gz)
2017-10-27 23:59:41 +02:00
derle() {
2017-10-18 04:31:25 +02:00
cd "${SRC}/ULib-${version}"
./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
}