forked from conda-archive/conda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request conda-archive#449 from pmuller/cyrus-sasl
Recipe for Cyrus-SASL 2.1.25
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |