milis/talimatname/genel/r/restbed/talimat

26 lines
615 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım:C ++11 uygulamalarında asenkron RESTful işlevselliği için bir çerçeve
# URL: https://github.com/Corvusoft/restbed
# Paketçi: milisarge
# Gerekler: cmake asio kashmir
# Grup: sistem
isim=restbed
surum=4.6
devir=1
kaynak=(https://github.com/Corvusoft/restbed/archive/$surum.tar.gz::$isim-$surum.tar.gz
strand.patch)
derle() {
cd "$SRC/$isim-$surum"
# Necessary to build against asio 1.10.X
patch -p1 < "$SRC"/strand.patch
mkdir -p build
cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED=on
make
make DESTDIR="$PKG" install
}