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

[wip/robot-viewer] Delete: timeout

parent cab15dc5
No related branches found
No related tags found
No related merge requests found
# Copyright (c) 2010 LAAS/CNRS
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# 1. Redistributions of source code must retain the above copyright
# notice and this list of conditions.
# 2. Redistributions in binary form must reproduce the above copyright
# notice and this list of conditions in the documentation and/or
# other materials provided with the distribution.
#
# Duong Dang on Mon Jun 07 2010
#
DISTNAME= robot-viewer-${VERSION}
PKGNAME= robot-viewer-${VERSION}
VERSION= 1.3.1
LICENSE= gnu-lgpl-v3
CATEGORIES= interfaces
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=robot-viewer/}
MASTER_REPOSITORY= git@github.com:laas/robot-viewer.git
MAINTAINER= hpp@laas.fr
COMMENT= A simple robot viewer/motion player
LICENSE= gnu-lgpl-v3
GNU_CONFIGURE= no
NO_CONFIGURE= yes
include ../../devel/py-simpleparse/depend.mk
include ../../wip/mk/sysdep/pyopengl.mk
include ../../wip/mk/sysdep/python-sphinx.mk
include ../../mk/robotpkg.mk
# Generate empty Makefile with targets RobotPkg expects.
generate-dummmy-makefile:
echo -e "all install:\n\ttrue" > ${WRKSRC}/Makefile
pre-build: generate-dummmy-makefile
cd ${WRKSRC} && python setup.py build
install-bin:
cd ${WRKSRC} && python setup.py install --prefix ${PREFIX}
install-doc:
cd ${WRKSRC}/docs && make html
pre-install: install-bin install-doc
# Copyright (c) 2010 LAAS/CNRS
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# 1. Redistributions of source code must retain the above copyright
# notice and this list of conditions.
# 2. Redistributions in binary form must reproduce the above copyright
# notice and this list of conditions in the documentation and/or
# other materials provided with the distribution.
#
# Thomas Moulard on Mon Jun 7 2010
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
ROBOT_VIEWER_DEPEND_MK:= ${ROBOT_VIEWER_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= robot-viewer
endif
ifeq (+,$(ROBOT_VIEWER_DEPEND_MK)) # --------------------------------------
PREFER.robot-viewer?= robotpkg
DEPEND_USE+= robot-viewer
DEPEND_ABI.robot-viewer?= robot-viewer>=1.2
DEPEND_DIR.robot-viewer?= ../../wip/robot-viewer
SYSTEM_SEARCH.robot-viewer= \
lib/python2.6/site-packages/robot_viewer-1.2-py2.6.egg/robotviewer/__init__.py
endif # ROBOT_VIEWER_DEPEND_MK --------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (robot-viewer-1.3.1.tar.gz) = 6aa076ec05e3b4a67f6f99bac2ed070b0c1f0628
RMD160 (robot-viewer-1.3.1.tar.gz) = 115e53ee8a11a424764a259e1a79fb14cc28e2dd
Size (robot-viewer-1.3.1.tar.gz) = 68454
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