mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/ignition-transport: Fixed build.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
3d29039fd0
commit
7d755c086f
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue