From cce98fe046cfa69bd8303a59d247511eb40122a3 Mon Sep 17 00:00:00 2001 From: Alex-P. Natsios Date: Tue, 10 Jan 2012 10:03:09 +0200 Subject: eina 1.1.0 Closes #9579. Signed-off-by: Jack Nagel --- Library/Formula/eina.rb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/eina.rb b/Library/Formula/eina.rb index 1d342ba62..9d94e1701 100644 --- a/Library/Formula/eina.rb +++ b/Library/Formula/eina.rb @@ -1,17 +1,14 @@ require 'formula' class Eina < Formula - url 'http://download.enlightenment.org/releases/eina-1.0.1.tar.gz' + url 'http://download.enlightenment.org/releases/eina-1.1.0.tar.gz' homepage 'http://trac.enlightenment.org/e/wiki/Eina' - md5 'd302a5b981d8e140e64d2943c5f41bdc' + md5 'fedb3814427827c1bb777edea3c86298' head 'http://svn.enlightenment.org/svn/e/trunk/eina/', :using => :svn depends_on 'pkg-config' => :build def install - # hack to allow building with current trunk, will be made obsolete after 1.1 - # is released: http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/30780 - inreplace 'configure.ac', 'm4_define([v_mic], [999])', 'm4_define([v_mic], [99])' if ARGV.build_head? system "./autogen.sh" if ARGV.build_head? system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" -- cgit v1.2.3