New formula: libmicrohttpd
Signed-off-by: David Höppner <0xffea@gmail.com>
This commit is contained in:
parent
08961a331b
commit
a679195dcf
1 changed files with 12 additions and 0 deletions
12
Formula/libmicrohttpd.rb
Normal file
12
Formula/libmicrohttpd.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Libmicrohttpd <Formula
|
||||
url 'ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.4.4.tar.gz'
|
||||
homepage 'http://www.gnu.org/software/libmicrohttpd/'
|
||||
md5 'bcd61ebb10286379f55c7db9c79e0465'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue