diff --git a/conda/pyelftools/bld.bat b/conda/pyelftools/bld.bat new file mode 100644 index 000000000..39b5e1fee --- /dev/null +++ b/conda/pyelftools/bld.bat @@ -0,0 +1 @@ +%PYTHON% setup.py install diff --git a/conda/pyelftools/build.sh b/conda/pyelftools/build.sh new file mode 100644 index 000000000..5a5aeeb48 --- /dev/null +++ b/conda/pyelftools/build.sh @@ -0,0 +1 @@ +$PYTHON setup.py install diff --git a/conda/pyelftools/meta.yaml b/conda/pyelftools/meta.yaml new file mode 100644 index 000000000..5b64122a9 --- /dev/null +++ b/conda/pyelftools/meta.yaml @@ -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'