aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAlex-P. Natsios2012-01-10 10:03:25 +0200
committerJack Nagel2012-01-13 23:43:07 -0600
commitc6686b04df1a37b47624b31a2ea81d82f1ecc76a (patch)
treee2c41551f7bbc29e036e6986f1d196312bbdb787 /Library/Formula
parentcce98fe046cfa69bd8303a59d247511eb40122a3 (diff)
downloadhomebrew-c6686b04df1a37b47624b31a2ea81d82f1ecc76a.tar.bz2
embryo 1.1.0
Closes #9579. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/embryo.rb8
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/embryo.rb b/Library/Formula/embryo.rb
index 5ea86bb6d..8ed0c31f4 100644
--- a/Library/Formula/embryo.rb
+++ b/Library/Formula/embryo.rb
@@ -1,19 +1,15 @@
require 'formula'
class Embryo < Formula
- url 'http://download.enlightenment.org/releases/embryo-1.0.0.tar.gz'
+ url 'http://download.enlightenment.org/releases/embryo-1.1.0.tar.gz'
homepage 'http://trac.enlightenment.org/e/wiki/Embryo'
- md5 '2d6269c931656d5714197e508b144f18'
+ md5 'aded5754ee7f586e3a0631e0fa3abcc8'
head 'http://svn.enlightenment.org/svn/e/trunk/embryo/', :using => :svn
depends_on 'pkg-config' => :build
depends_on 'eina'
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?
- inreplace 'configure.ac', 'eina >= 1.0.999', 'eina >= 1.0.99' if ARGV.build_head?
system "./autogen.sh" if ARGV.build_head?
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"