milis/talimatname/genel/m/msgpack-c/talimat

21 lines
491 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: Verimli bir nesne serileştirme kitaplığı, C / C ++ sürümü.
# URL: https://github.com/msgpack/msgpack-c
# Paketçi: milisarge
# Gerekler: cmake
isim=msgpack-c
surum=2.1.5
devir=1
kaynak=(https://github.com/msgpack/msgpack-c/releases/download/cpp-${surum}/msgpack-${surum}.tar.gz)
derle() {
cd msgpack-$surum
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DMSGPACK_CXX11=ON \
-DMSGPACK_BUILD_EXAMPLES=OFF \
-DCMAKE_BUILD_TYPE=Release \
.
make
make DESTDIR=$PKG install
}