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

[wip/hatpconsole] Delete obsolete package

Not touched for 4 years, no feedback.
parent 4738c016
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ SUBDIR+= example-adder
SUBDIR+= FRILibrary
SUBDIR+= gdalwrap
SUBDIR+= gerard-bauzil
SUBDIR+= hatpconsole
SUBDIR+= hatponboard-lib
SUBDIR+= head-action
SUBDIR+= histodet
......
hatpconsole is a GUI that displays plans found by HATP
This GUI displays plans as tree and streams. It also stroe all the requests sent
to HATP.
# robotpkg Makefile for: planning/hatpconsole
# Created: Raphaël Lallement, 22/01/2013
#
DISTNAME= hatpconsole-${VERSION}
VERSION= 2.0.0
PKGREVISION=
CATEGORIES= planning
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=hatpconsole/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS}hatp/hatpconsole.git
MAINTAINER= raphael.lallement@laas.fr
COMMENT= GUI to display HATP plans
LICENSE= 2-clause-bsd
MAKE_JOBS_SAFE= yes
USE_QMAKE= no
CMAKE_ARGS+= -DlibhatpROOT=${PREFIX.libhatp}
CMAKE_ARGS+= -DmsgconnectorROOT=${PREFIX.msgconnector}
CMAKE_ARGS+= -DQT_QMAKE_EXECUTABLE=${QMAKE}
DEPEND_ABI.boost-libs=boost-libs>=1.34
DEPEND_ABI.boost-headers=boost-headers>=1.34
include ../../wip/msgconnector/depend.mk
include ../../wip/libhatp/depend.mk
include ../../wip/mk/sysdep/libgraphviz.mk
include ../../devel/boost-headers/depend.mk
include ../../devel/boost-libs/depend.mk
include ../../mk/sysdep/cmake.mk
include ../../mk/sysdep/qmake.mk
include ../../mk/sysdep/qt4-libs.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
@comment Tue Jan 22 17:34:45 CET 2013
bin/hatpconsole
bin/hatpconsole-${PKGVERSION}
bin/led-green.gif
bin/led-red.gif
lib/libHATPC_Plan.so
lib/libHATPC_Plan.so.${PKGVERSION}
# robotpkg depend.mk for: planning/hatpconsole
# Created: Raphaël Lallement, 22/01/2013
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
HATPCONSOLE_DEPEND_MK:=${HATPCONSOLE_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= hatpconsole
endif
ifeq (+,$(HATPCONSOLE_DEPEND_MK))
PREFER.hatpconsole?= robotpkg
DEPEND_USE+= hatpconsole
DEPEND_ABI.hatpconsole?= hatpconsole>=2.0.0
DEPEND_DIR.hatpconsole?= ../../wip/hatpconsole
SYSTEM_SEARCH.hatpconsole=\
bin/hatpconsole \
lib/libHATPC_Plan.so
endif
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (hatpconsole-2.0.0.tar.gz) = 7edb8f48120fcbf0c72277b9dc4af3d619727624
RMD160 (hatpconsole-2.0.0.tar.gz) = d7beedf9b06bf4453782c8e93ea7040870fdc2ef
Size (hatpconsole-2.0.0.tar.gz) = 18016 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