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

[wip/genomix] Moved to robotpkg

parent 4c992d4a
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ SUBDIR+= gdalwrap
SUBDIR+= genom3-openprs
SUBDIR+= genom3-pocolibs
SUBDIR+= genom3-ros
SUBDIR+= genomix
SUBDIR+= gest-genom
SUBDIR+= gladys
SUBDIR+= hatpconsole
......
The genomix HTTP server is a generic interface between clients and genom
components (using the generic genom C client template). Control is done be the
mean of specific HTTP GET requests (not yet documented...).
# robotpkg Makefile for: architecture/genom3-ros
# Created: Anthony Mallet on Fri, 19 Oct 2012
#
DISTNAME= genomix-1.5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=genomix/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS}genomix
MAINTAINER= mallet@laas.fr
HOMEPAGE= http://www.openrobots.org/wiki/genom3
COMMENT= HTTP server for controlling GenoM3 components
LICENSE= 2-clause-bsd
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-tcl=$(dir ${TCL_CONFIG_SH})
NOT_FOR_PLATFORM= # empty
DEPEND_ABI.tcl= tcl>=8.5
include ../../pkgtools/pkg-config/depend.mk
include ../../architecture/genom3/depend.mk
include ../../mk/sysdep/tcl.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
@comment Fri Oct 19 17:19:01 CEST 2012
bin/genomixd
lib/pkgconfig/genomix.pc
share/genomix/main.tcl
share/genomix/pkgIndex.tcl
share/genomix/request.tcl
share/genomix/server.tcl
share/genomix/session.tcl
share/genomix/uri.tcl
share/genomix/version.tcl
# robotpkg depend.mk for: architecture/genomix
# Created: Anthony Mallet on Fri, 19 Oct 2012
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
GENOMIX_DEPEND_MK:= ${GENOMIX_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= genomix
endif
ifeq (+,$(GENOMIX_DEPEND_MK)) # --------------------------------------------
DEPEND_USE+= genomix
PREFER.genomix?= robotpkg
SYSTEM_SEARCH.genomix=\
'bin/genomixd:p:% --version' \
'lib/pkgconfig/genomix.pc:/Version/s/[^0-9.]//gp'
DEPEND_ABI.genomix?= genomix>=1.2
DEPEND_DIR.genomix?= ../../wip/genomix
endif # GENOMIX_DEPEND_MK --------------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (genomix-1.5.tar.gz) = cde3e377dcd0d4de588941fbfb23e7ffe20ba8d2
RMD160 (genomix-1.5.tar.gz) = b0392d85c5777b0e1e23bc5dd335ff1fd2c98155
Size (genomix-1.5.tar.gz) = 130122 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