aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/yarp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/yarp.rb')
-rw-r--r--Library/Formula/yarp.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/yarp.rb b/Library/Formula/yarp.rb
index 6fba453d2..52ef2bd2b 100644
--- a/Library/Formula/yarp.rb
+++ b/Library/Formula/yarp.rb
@@ -1,13 +1,13 @@
require 'formula'
class Yarp < Formula
+ homepage 'http://yarp.it'
url 'http://downloads.sourceforge.net/yarp0/yarp-2.3.15.tar.gz'
md5 '58912d7d1a6ed3347fc15ef7236899e1'
- 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+'
@@ -16,7 +16,7 @@ class Yarp < Formula
depends_on 'jpeg'
def install
- system "cmake . #{std_cmake_parameters} -DCREATE_LIB_MATH=TRUE -DCREATE_GUIS=TRUE -DCREATE_YMANAGER=TRUE -DYARP_USE_SYSTEM_SQLITE=TRUE -DCREATE_OPTIONAL_CARRIERS=TRUE -DENABLE_yarpcar_mjpeg_carrier=TRUE -DENABLE_yarpcar_rossrv_carrier=TRUE -DENABLE_yarpcar_tcpros_carrier=TRUE -DENABLE_yarpcar_xmlrpc_carrier=TRUE"
+ system "cmake #{std_cmake_parameters} -DCREATE_LIB_MATH=TRUE -DCREATE_GUIS=TRUE -DCREATE_YMANAGER=TRUE -DYARP_USE_SYSTEM_SQLITE=TRUE -DCREATE_OPTIONAL_CARRIERS=TRUE -DENABLE_yarpcar_mjpeg_carrier=TRUE -DENABLE_yarpcar_rossrv_carrier=TRUE -DENABLE_yarpcar_tcpros_carrier=TRUE -DENABLE_yarpcar_xmlrpc_carrier=TRUE ."
system "make install"
end
end