libraries/ignition-transport: Fixed build.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2017-01-16 00:26:16 +00:00 committed by Willy Sudiarto Raharjo
parent 3d29039fd0
commit 7d755c086f
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 2 additions and 4 deletions

View file

@ -67,9 +67,6 @@ rm -rf $DEP-$DEPVER
# Install zeromq cpp bindings
tar xvf $CWD/$DEP-$DEPVER.tar.gz
cd $DEP-$DEPVER
cp *.hpp /usr/include/
cd ..
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
@ -86,6 +83,7 @@ cd build
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-Dcppzmq_INCLUDE_DIRS=$TMP/$DEP-$DEPVER \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG

View file

@ -2,7 +2,7 @@ PRGNAM="ignition-transport"
VERSION="0.7.0"
HOMEPAGE="http://ignitionrobotics.org/"
DOWNLOAD="http://gazebosim.org/distributions/ign-transport/releases/ignition-transport-0.7.0.tar.bz2 \
https://github.com/nikonikolov/cppzmq/archive/git20170114/cppzmq-git20170114.tar.gz"
https://github.com/nikonikolov/cppzmq/archive/git20170114/cppzmq-git20170114.tar.gz"
MD5SUM="e7a69c622bf3145bdb7061f13eacd985 \
d1be131f58bb8767df2e46b00fec8630"
DOWNLOAD_x86_64=""