libxmlsec1: add patch note

master
Adam Vandenberg 2012-03-17 12:32:17 -07:00
parent 09ba9280c0
commit 633438d58b
1 changed files with 4 additions and 5 deletions

View File

@ -1,17 +1,16 @@
require 'formula'
class Libxmlsec1 < Formula
url 'http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.18.tar.gz'
homepage 'http://www.aleksey.com/xmlsec/'
url 'http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.18.tar.gz'
md5 '8694b4609aab647186607f79e1da7f1a'
depends_on 'pkg-config' => :build
depends_on 'libxml2' #version on 10.6/10.7 is too old
depends_on 'libxml2' # Version on 10.6/10.7 is too old
depends_on 'gnutls' => :optional
def patches
DATA
end
# Add HOMEBREW_PREFIX/lib to dl load path
def patches; DATA;end
def install
libxml2 = Formula.factory('libxml2')