parent
a3c8f116a6
commit
fed96a5432
1 changed files with 4 additions and 1 deletions
|
@ -1,14 +1,17 @@
|
|||
require 'formula'
|
||||
|
||||
class Homebank < Formula
|
||||
url 'http://homebank.free.fr/public/homebank-4.4.tar.gz'
|
||||
homepage 'http://homebank.free.fr'
|
||||
url 'http://homebank.free.fr/public/homebank-4.4.tar.gz'
|
||||
sha1 '78b97c0ff118e21a1e0dd1935473601c2b7924a6'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'intltool'
|
||||
depends_on 'gettext'
|
||||
depends_on 'gtk+'
|
||||
depends_on 'hicolor-icon-theme'
|
||||
depends_on :freetype
|
||||
depends_on :fontconfig
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue