Closes Homebrew/homebrew#20767.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Gvozden Neskovic 2013-06-25 16:19:53 +03:00 committed by Adam Vandenberg
parent 14151f5f6a
commit 3dc02623d9

View file

@ -2,9 +2,9 @@ require 'formula'
class Isl < Formula
homepage 'http://www.kotnet.org/~skimo/isl/'
url 'http://www.kotnet.org/~skimo/isl/isl-0.11.2.tar.bz2'
mirror 'ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/isl-0.11.2.tar.bz2'
sha1 'ca2c93a58e899379d39f2956b2299c62e3975018'
url 'http://www.kotnet.org/~skimo/isl/isl-0.12.tar.bz2'
mirror 'ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/isl-0.12.tar.bz2'
sha1 'f694b741530676cd1ea27a6437bd090c69e61455'
head 'http://repo.or.cz/w/isl.git'
@ -13,5 +13,8 @@ class Isl < Formula
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
# move gdb helper to proper location
(share+'gdb/auto-load').install Dir[lib+'*-gdb.py']
end
end