new formula: uim
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
c33978bf78
commit
5d6581640f
1 changed files with 16 additions and 0 deletions
16
Formula/uim.rb
Normal file
16
Formula/uim.rb
Normal file
|
@ -0,0 +1,16 @@
|
|||
require 'formula'
|
||||
|
||||
class Uim <Formula
|
||||
url 'http://uim.googlecode.com/files/uim-1.6.0.tar.bz2'
|
||||
homepage 'http://code.google.com/p/uim/'
|
||||
md5 'cb3b9b2adaff3db9dec43658f30e9f89'
|
||||
|
||||
depends_on 'pkg-config'
|
||||
depends_on 'gettext'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue