From 6eb7af0ca9c018e0e89b2611d8d07c19898673ea Mon Sep 17 00:00:00 2001 From: Paul Fitzpatrick Date: Thu, 9 Jun 2011 17:38:06 +0200 Subject: yarp 2.3.4 Yet Another Robot Platform, light middleware for humanoids Signed-off-by: Adam Vandenberg --- Library/Formula/yarp.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Library/Formula/yarp.rb (limited to 'Library/Formula') diff --git a/Library/Formula/yarp.rb b/Library/Formula/yarp.rb new file mode 100644 index 000000000..a44d01ac5 --- /dev/null +++ b/Library/Formula/yarp.rb @@ -0,0 +1,19 @@ +require 'formula' + +class Yarp < Formula + url 'http://downloads.sourceforge.net/yarp0/yarp-2.3.4.tar.gz' + md5 '00a2b21ab6e6469bfc99fedf00a74c0f' + homepage 'http://yarp.it' + head 'https://yarp0.svn.sourceforge.net/svnroot/yarp0/trunk/yarp2' + + depends_on 'cmake' => :build + + depends_on 'ace' + depends_on 'gsl' + depends_on 'gtk+' + + def install + system "cmake . #{std_cmake_parameters} -DCREATE_LIB_MATH=TRUE -DCREATE_GUIS=TRUE -DCREATE_YARPSERVER3=TRUE" + system "make install" + end +end -- cgit v1.2.3