parent
4d9afe26db
commit
87f077ab3f
1 changed files with 13 additions and 0 deletions
13
Formula/udis86.rb
Normal file
13
Formula/udis86.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Udis86 < Formula
|
||||
url 'http://downloads.sourceforge.net/udis86/udis86-1.7.tar.gz'
|
||||
md5 'e279108e10f774e6c3af83caa18f5dc3'
|
||||
homepage 'http://udis86.sourceforge.net'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue