dfc 3.0.4
This commit is contained in:
parent
1c39ca4059
commit
b30fab7520
1 changed files with 7 additions and 3 deletions
|
@ -2,10 +2,14 @@ require 'formula'
|
|||
|
||||
class Dfc < Formula
|
||||
homepage 'http://projects.gw-computing.net/projects/dfc'
|
||||
url 'http://projects.gw-computing.net/attachments/download/42/dfc-2.5.0.tar.gz'
|
||||
sha1 '134477da818ddec47bc82a3155308e287863d46f'
|
||||
url 'http://projects.gw-computing.net/attachments/download/79/dfc-3.0.4.tar.gz'
|
||||
sha1 'e3b7fc7474f2ca36c1370a3dcbcd3d1020766f1a'
|
||||
|
||||
depends_on 'cmake' => :build
|
||||
depends_on 'gettext'
|
||||
|
||||
def install
|
||||
system "make", "PREFIX=#{prefix}", "MANDIR=#{man}", "install"
|
||||
system "cmake", ".", *std_cmake_args
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue