conda recipe to build from source

This commit is contained in:
2016-02-16 20:27:11 +01:00
parent f952fd4979
commit 567884f5f0
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
$PYTHON setup.py install

View File

@@ -0,0 +1,29 @@
package:
name: ldapuserdir
version: "2.1.1"
source:
path: ../../
#fn: ldapuserdir-2.1.1.tar.gz
#md5: 14aca74738002d0943da253bc8f4642e
requirements:
build:
- python
- setuptools
- python-ldap
run:
- python
- python-ldap
build:
preserve_egg_dir: True
build:
has_prefix_files:
- bin/ldapuserdir-ctl
about:
license: GPLv2
summary: 'Client for interacting with a LDAP user/group directory service'