Skip to content

Commit

Permalink
conda: add pyelftools recipe.
Browse files Browse the repository at this point in the history
whitequark committed Oct 9, 2015
1 parent 566af54 commit 6e3c411
Showing 3 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/pyelftools/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
%PYTHON% setup.py install
1 change: 1 addition & 0 deletions conda/pyelftools/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$PYTHON setup.py install
24 changes: 24 additions & 0 deletions conda/pyelftools/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
package:
name: pyelftools
version: 0.23

source:
git_url: https://github.com/eliben/pyelftools.git
git_tag: v0.23

build:
number: 1

requirements:
build:
- python
- setuptools

test:
imports:
- elftools

about:
home: https://github.com/eliben/pyelftools.git
license: Public domain
summary: 'Library for analyzing ELF files and DWARF debugging information'

0 comments on commit 6e3c411

Please sign in to comment.