From: Dominic L?t. <ma...@us...> - 2004-05-27 02:18:15
|
Update of /cvsroot/robotflow/RobotFlow In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15487 Added Files: RobotFlow.spec Log Message: added first prototype of RobotFlow spec file --- NEW FILE: RobotFlow.spec --- %define name RobotFlow %define ver 0.2.3 %define rel 1 Summary: A Robotics Toolkit for FlowDesigner Name: %name Version: %ver Release: %rel Copyright: GPL/LGPL Group: Application/Devel Source: http://download.sourceforge.net/flowdesigner/%{name}-%{ver}.tar.gz URL: http://robotflow.sourceforge.net/ Vendor: Laborius Packager: Dominic Letourneau (dom...@us...) BuildRoot: %{_tmppath}/root-%{name}-%{version} Prefix: %{_prefix} %description RobotFlow is a mobile robotics tookit based on the FlowDesigner project. FlowDesigner is a data-flow oriented architecture, similar to Simulink (Matlab) or Labview that is free (LGPL) and versatile. The visual programming interface provided in the FlowDesigner project will help people to better visualize & understand what is really happening in the robot's control loops, sensors, actuators, by using graphical probes and debugging in real-time. %prep %setup %build export CXXFLAGS='-O3 -march=pentium' export CFLAGS='-O3 -march=pentium' ./configure --prefix=/usr --disable-static %{__make} %install %makeinstall %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-, root, root, 0755) /usr/share/flowdesigner/toolbox/RobotFlow/* |