Skip to content
Snippets Groups Projects
Commit 3828db74 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/openhrp3-simulator-wo-rtm] fix PLIST and add --recursive

parent e4994d16
No related branches found
No related tags found
No related merge requests found
# robotpkg Makefile for: simulation/openhrp3-simulator-wo-rtm
# Created: Olivier Stasse on Thursday, 25 Aug 2016
#
ORG= stack-of-tasks
NAME= openhrp3-simulator-wo-rtm
VERSION= 1.2.0
PKGNAME= openhrp3-simulator-wo-rtm-${VERSION}
DISTNAME= $(subst -,_,${PKGBASE})-${VERSION}
#PKGREVISION= 3
CATEGORIES= simulation
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=openhrp3-simulator-wo-rtm/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}/olivier-stasse/openhrp3-simulator-wo-rtm
ROSNAME= $(subst -,_,${NAME})
DISTNAME= ${ROSNAME}-${VERSION}
PKGNAME= ${NAME}-${VERSION}
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=${NAME}/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}/${ORG}/${NAME}
CHECKOUT_VCS_OPTS+= --recursive
CATEGORIES= simulation
MAINTAINER= ostasse@laas.fr
COMMENT= OpenHRP-3 Simulator without RTM
LICENSE= eclipse
......@@ -18,6 +23,8 @@ USE_BOOST_LIBS= thread
CMAKE_ARGS+= -DCMAKE_INSTALL_LIBDIR=lib
DYNAMIC_PLIST_DIRS+= share/doc/${NAME}
include ../../graphics/gepetto-viewer/depend.mk
include ../../devel/ros-catkin/depend.mk
include ../../devel/ros-roscpp-core/depend.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment