milis/talimatname/genel/msgpack-c/talimat

20 lines
415 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.

# Description: Verimli bir nesne serileştirme kitaplığı, C / C ++ sürümü.
# URL: https://github.com/msgpack/msgpack-c
# Packager: milisarge
# Depends on: cmake
name=msgpack-c
version=2.0.0
release=1
source=(https://github.com/msgpack/msgpack-c/archive/cpp-$version.tar.gz)
build() {
cd $name-cpp-$version
mkdir build ; cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR=$PKG install
}