source: rtems-source-builder/rtems/config/tools/rtems-automake-1.12.6-1.cfg @ a083b52

4.104.114.95
Last change on this file since a083b52 was a083b52, checked in by Chris Johns <chrisj@…>, on 07/29/14 at 06:35:43

Add checksum support for downloaded files.

File download by http, ftp, pw support checksum. The %hash
directive provides a means of setting a hash used to
checksum the file.

Files on disk or just downloaded are checked.

  • Property mode set to 100644
File size: 439 bytes
Line 
1#
2# Automake 1.12.6
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7%include %{_configdir}/versions.cfg
8
9%define rtems_automake_version 1.12.6
10
11%hash md5 automake-%{rtems_automake_version}.tar.gz 199d39ece2e6070d64ac20d45ac86026
12
13#
14# Check the version of automake in the path.
15#
16%if %{__automake_ver} < %{rtems_automake_version}
17 #
18 # Tools configuration.
19 #
20 %include %{_configdir}/devel/automake-1.12.6-1.cfg
21%endif
Note: See TracBrowser for help on using the repository browser.