Formula: add ucl and upx (which depends on ucl)
This commit is contained in:
parent
044940c634
commit
a690ec4483
1 changed files with 12 additions and 0 deletions
12
Formula/ucl.rb
Normal file
12
Formula/ucl.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Ucl <Formula
|
||||
url 'http://www.oberhumer.com/opensource/ucl/download/ucl-1.03.tar.gz'
|
||||
homepage 'http://www.oberhumer.com/opensource/ucl/'
|
||||
md5 '852bd691d8abc75b52053465846fba34'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue