NcFTP 3.2.3 formula

master
JD Harrington 2009-09-22 02:38:44 -04:00 committed by Max Howell
parent 38fd391f31
commit 6f8c2dbb45
1 changed files with 13 additions and 0 deletions

13
Formula/ncftp.rb Normal file
View File

@ -0,0 +1,13 @@
require 'brewkit'
class Ncftp <Formula
@homepage='http://www.ncftp.com'
@url='ftp://ftp.ncftp.com/ncftp/ncftp-3.2.3-src.tar.gz'
@md5='f08238032ab247aa78f935edfc4db9fb'
def install
system "./configure --disable-universal --disable-precomp --prefix='#{prefix}'"
system "make"
system "make install"
end
end