Commits
David Strubbe authored 01f665828f1
95 95 | foreach wvsfile {wvs1.dat wvs12.dat wvs250k.dat wvs3.dat wvs43.dat wvsfull.dat} { |
96 96 | xinstall -m 644 -W ${workpath} ${wvsfile} ${destroot}${wvs_dir} |
97 97 | } |
98 98 | } |
99 99 | |
100 100 | livecheck.type none |
101 101 | } |
102 102 | |
103 103 | subport ${name}-data { |
104 104 | categories science |
105 - | version 20161231 |
105 + | version 20180101 |
106 106 | revision 0 |
107 107 | license public-domain |
108 108 | supported_archs noarch |
109 109 | |
110 110 | description Harmonics data for XTide. |
111 111 | |
112 112 | long_description ${description} |
113 113 | |
114 114 | worksrcdir harmonics-dwf-${version} |
115 115 | distname ${worksrcdir}-free |
116 - | master_sites-append https://src.fedoraproject.org/repo/pkgs/${name}/${distfiles}/f9a8c5414aa14bd6b08d1be4e6a3eea7/ |
116 + | master_sites-append https://src.fedoraproject.org/repo/pkgs/${name}/${distfiles}/sha512/c252c99b85e2bf87e11f6334339d1919d9e63b797ba25b08189b8d2dfe98a352550d14ffc54c253c09845f2bce02981b8049c95654b14c34a77d687f4aeed27f |
117 117 | |
118 - | checksums rmd160 4837e9824199002da3daec891d720214580b1420 \ |
119 - | sha256 7e5da40c19fd4f5d0897d6a7f68bc4b66a3eb7c3852135c8a6c4c56b82c01cdd |
118 + | checksums rmd160 61ac5640c463376517d0d2f20c0be3037ac815ef \ |
119 + | sha256 59566acd8083fed0bde18294d3344331797fed068352a53d6580673cb246b1fc \ |
120 + | size 545679 |
120 121 | |
121 122 | use_configure no |
122 123 | |
123 124 | build {} |
124 125 | |
125 126 | destroot { |
126 127 | xinstall -d -m 755 ${destroot}${harmonics_dir} ${destroot}${docdir} |
127 128 | xinstall -m 644 -W ${worksrcpath} ${distname}.tcd ${destroot}${harmonics_dir} |
128 129 | xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog ${destroot}${docdir} |
129 130 | } |