Skip to content

Commit

Permalink
Merge pull request conda-archive#449 from pmuller/cyrus-sasl
Browse files Browse the repository at this point in the history
Recipe for Cyrus-SASL 2.1.25
  • Loading branch information
ilanschnell committed Dec 22, 2015
2 parents 2334759 + a0a4723 commit 4e398e1
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cyrus-sasl/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash -eu

./configure \
--prefix=$PREFIX --enable-shared --disable-static --with-ldap
make
make install
27 changes: 27 additions & 0 deletions cyrus-sasl/meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package:
name: cyrus-sasl
version: 2.1.25

source:
fn: cyrus-sasl-2.1.25.tar.gz
url: http://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-2.1.25.tar.gz

build:
number: 0

requirements:
build:
- openldap
- system [linux]
run:
- openldap
- system [linux]

about:
home: http://asg.web.cmu.edu/sasl/sasl-library.html
# In doc/index.html :
# "People considering doing binary distributions that include saslauthd
# should be aware that the code is covered by several slightly different
# (but compatible) licenses, due to how it was contributed. Details can be
# found within the source code."
license: Unknown

0 comments on commit 4e398e1

Please sign in to comment.