isl 0.12
Closes Homebrew/homebrew#20767. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
14151f5f6a
commit
3dc02623d9
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue