itstool 2.0.0
This commit is contained in:
parent
d873bd5eca
commit
6a4e65a20f
1 changed files with 5 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Itstool < Formula
|
||||
homepage 'http://itstool.org/'
|
||||
url 'http://files.itstool.org/itstool/itstool-1.2.0.tar.bz2'
|
||||
sha1 'dc6b766c2acec32d3c5d016b0a33e9268d274f63'
|
||||
url 'http://files.itstool.org/itstool/itstool-2.0.0.tar.bz2'
|
||||
sha256 '14708111b11b4a70e240e3b404d7a58941e61dbb5caf7e18833294d654c09169'
|
||||
|
||||
head do
|
||||
url 'git://gitorious.org/itstool/itstool.git'
|
||||
|
@ -12,6 +12,9 @@ class Itstool < Formula
|
|||
depends_on :automake
|
||||
end
|
||||
|
||||
depends_on :python
|
||||
depends_on 'libxml2'
|
||||
|
||||
def install
|
||||
system "./autogen.sh" if build.head?
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue