msgpack-c.paketlendi
This commit is contained in:
parent
f515caec7a
commit
8acdcaebdc
1 changed files with 19 additions and 0 deletions
19
talimatname/genel/msgpack-c/talimat
Normal file
19
talimatname/genel/msgpack-c/talimat
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Description: An efficient object serialization library, C/C++ version.
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue