Skip to content

Commit

Permalink
openldap 2.4.24
Browse files Browse the repository at this point in the history
* Now builds against BDB 5.x.
* Moved to homebrew-alt since it is a system duplicate.
  • Loading branch information
adamv committed Mar 5, 2011
1 parent 8db2002 commit 3f62669
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions duplicates/openldap.rb
@@ -0,0 +1,14 @@
require 'formula'

class Openldap <Formula
url 'ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.24.tgz'
homepage 'http://www.openldap.org/software/'
md5 '116fe1e23a7b67686d5e62274367e6c0'

depends_on 'berkeley-db'

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
end
end

0 comments on commit 3f62669

Please sign in to comment.