milis/talimatname/genel/z/zeromq/talimat

29 lines
813 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Fast messaging system built on sockets. C and C++ bindings. aka 0MQ, ZMQ.
2017-09-02 20:50:43 +02:00
# URL: http://www.zeromq.org
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: asciidoc xmlto libsodium libpgm
2017-09-02 20:50:43 +02:00
2017-10-28 14:10:23 +02:00
isim=zeromq
surum=4.2.2
devir=1
kaynak=(https://github.com/zeromq/libzmq/releases/download/v$surum/$isim-$surum.tar.gz
2017-09-02 20:50:43 +02:00
https://raw.githubusercontent.com/zeromq/cppzmq/b0e6d4b/zmq.hpp::zmq.hpp.4.2.2)
2017-10-27 23:59:41 +02:00
derle() {
2017-09-02 20:50:43 +02:00
2017-10-28 14:10:23 +02:00
sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' $isim-$surum/configure
cp zmq.hpp.$surum zmq.hpp
cd "$SRC/$isim-$surum"
2017-09-02 20:50:43 +02:00
./configure prefix=/usr --with-pgm --with-libsodium \
--enable-static
make
#LANG=C gcc -c ../zmq.hpp -L ./.libs/ -I ./include/ -o ./test.o
#rm -f test.o
#return 0
#make -k check
make DESTDIR="$PKG" install
install -Dm644 "$SRC/zmq.hpp.4.2.2" "$PKG/usr/include/zmq.hpp"
}