updated mc formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
5e0b16f8fc
commit
c2d21fe999
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class MidnightCommander <Formula
|
||||
url 'http://www.midnight-commander.org/downloads/59'
|
||||
url 'http://www.midnight-commander.org/downloads/mc-4.7.4.tar.bz2'
|
||||
homepage 'http://www.midnight-commander.org/'
|
||||
sha256 '1b8e9650f092d4554eb08f137142bd203b5cef74b5000f3e228f0261fd92a039'
|
||||
version '4.7.0.8'
|
||||
sha256 '3c8fb2cf3361958552b7397e7aa9400f8b35338da2668b4ed7b4f0e4c5377e9a'
|
||||
version '4.7.4'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'glib'
|
||||
|
@ -13,6 +13,7 @@ class MidnightCommander <Formula
|
|||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--without-x",
|
||||
"--with-samba",
|
||||
"--with-screen=ncurses"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue