Skip to content
Snippets Groups Projects
Commit a79d91c5 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/rospack] Add rospack-2.0.13 for ros-base-fuerte

parent 59ce9d0c
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ SUBDIR+= py-rospkg
SUBDIR+= rednav-genom
SUBDIR+= robotModelParser-libs
SUBDIR+= robot-viewer
SUBDIR+= rospack
SUBDIR+= spark-genom
SUBDIR+= transgen3
SUBDIR+= visp
......
rospack is a command-line tool for retrieving information about ROS packages
available on the filesystem. It implements a wide variety of commands ranging
from locating ROS packages in the filesystem, to listing available stacks, to
calculating the dependency tree of stacks. It is also used in the ROS build
system for calculating build information for packages.
For an equivalent tool for stacks, see rosstack.
# robotpkg Makefile for: devel/catkin
# Created: Anthony Mallet on Sun, 15 Jul 2012
#
ROS_PKG= rospack
ROS_VERSION= 2.0.13
CATEGORIES= devel
ROS_COMMENT= command-line tool for retriving package information
HOMEPAGE= http://www.ros.org/wiki/rospack
MAINTAINER= mallet@laas.fr
LICENSE= modified-bsd
include ../../wip/ros18-base/Makefile.common
include ../../devel/boost-headers/depend.mk
include ../../devel/boost-libs/depend.mk
include ../../wip/catkin/depend.mk
include ../../mk/sysdep/python.mk
include ../../mk/sysdep/py-nose.mk
include ../../mk/sysdep/googletest.mk
include ../../mk/robotpkg.mk
@comment Sun Oct 7 18:10:46 CEST 2012
bin/rospack
bin/rosstack
include/rospack/rospack.h
include/rospack/rospack_backcompat.h
lib/librospack.so
lib/pkgconfig/rospack.pc
share/rospack/cmake/rospack-config-version.cmake
share/rospack/cmake/rospack-config.cmake
share/rospack/manifest.xml
share/rospack/stack.xml
# robotpkg depend.mk for: sysutils/py-rospkg
# Created: Anthony Mallet on Sun, 15 Jul 2012
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
ROSPACK_DEPEND_MK:= ${ROSPACK_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= rospack
endif
ifeq (+,$(ROSPACK_DEPEND_MK)) # --------------------------------------------
PREFER.rospack?= robotpkg
DEPEND_USE+= rospack
DEPEND_METHOD.rospack?= build
DEPEND_ABI.rospack?= rospack>=0.4
DEPEND_DIR.rospack?= ../../wip/rospack
SYSTEM_SEARCH.rospack=\
bin/rospack \
'lib/pkgconfig/rospack.pc:/Version/s/[^0-9.]//gp'
include ../../mk/sysdep/python.mk
include ../../mk/sysdep/cmake.mk
endif # ROSPACK_DEPEND_MK --------------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (ros-fuerte-rospack_2.0.13.orig.tar.gz) = f1b64cf0053f22a1100c2ef0a796019d37d4fc45
RMD160 (ros-fuerte-rospack_2.0.13.orig.tar.gz) = 6364b5c91a88bceeaa1919c942dd1f412c198811
Size (ros-fuerte-rospack_2.0.13.orig.tar.gz) = 109012 bytes
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