# Tanım: Sade ve hızlı c++ uygulama geliştirme çatısı # URL: https://github.com/stefanocasazza/ULib # Paketçi: milisarge # Gerekler: sqlite libzip name=ulib version=1.4.2 release=1 source=(https://github.com/stefanocasazza/ULib/archive/v$version.tar.gz::$name-$version.tar.gz) derle() { 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 }