source: rtems-source-builder/rtems/config/net/ntp-4.2.6p5-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: 451 bytes
Line 
1#
2# NTP 4.2.6p5
3#
4
5%if %{release} == %{nil}
6 %define release 1
7%endif
8
9%include %{_configdir}/rtems-bsp.cfg
10
11#
12# NTP Version
13#
14%define ntp_version 4.2.6p5
15
16%hash md5 ntp-%{ntp_version}.tar.gz 00df80a84ec9528fcfb09498075525bc
17
18#
19# Patch for RTEMS support.
20#
21%patch add ntp %{rtems_git_tools}/ntp/rtems-ntp-4.2.6p5.diff
22%hash  md5 rtems-ntp-4.2.6p5.diff 6fce685a73873f924a48b19d6b1700fc
23
24#
25# NTP Build configuration
26#
27%include %{_configdir}/ntp-4-1.cfg
Note: See TracBrowser for help on using the repository browser.