source: rtems-source-builder/bare/config/devel/expat-2.1.0-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: 302 bytes
RevLine 
[4861d2e]1#
2# Expat 2.1.0
3#
4
[2181fb8]5%if %{release} == %{nil}
6%define release 1
[4861d2e]7%endif
8
9%include %{_configdir}/base.cfg
10
11%define expat_version 2.1.0
12
[a083b52]13%hash md5 expat-%{expat_version}.tar.gz dd7dab7a5fea97d2a6a43f511449b7cd
14
[4861d2e]15#
16# The Expat build instructions. We use 2.xx Release 1.
17#
18%include %{_configdir}/expat-2-1.cfg
Note: See TracBrowser for help on using the repository browser.