# This file created by conda-build 2.0.11+6.g43b927b # meta.yaml template originally from: # /home/ray/conda/anaconda/packages/automake, last modified Mon Dec 5 16:20:22 2016 # ------------------------------------------------ package: name: automake version: '1.15' source: sha256: 7946e945a96e28152ba5a6beb0625ca715c6e32ac55f2e353ef54def0c8ed924 url: http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz build: string: '0' requirements: build: !!python/object:__builtin__.instancemethod {} run: - m4 - autoconf test: commands: - automake --help about: description: 'Automake automatically generates Makefile.in files compliant with the GNU Coding Standards. Note: Automake requires the use of Autoconf. ' dev_url: http://savannah.gnu.org/git/?group=automake doc_url: https://www.gnu.org/software/automake/#documentation home: http://www.gnu.org/software/automake/ license: GPL3 license_family: GPL3 license_file: COPYING summary: Tool to automatically generate Makefile.in files