18 lines
620 B
Plaintext
18 lines
620 B
Plaintext
|
<?xml version="1.0" ?>
|
||
|
<services>
|
||
|
<service name="download_url">
|
||
|
<param name="protocol">http</param>
|
||
|
<param name="host">www.libraw.org</param>
|
||
|
<param name="path">/data/LibRaw-0.12.2.tar.gz</param>
|
||
|
</service>
|
||
|
<service name="verify_file">
|
||
|
<param name="file">_service:download_url:LibRaw-0.12.2.tar.gz</param>
|
||
|
<param name="verifier">sha256</param>
|
||
|
<param name="checksum">b7f99d794282067cb1e6b174510032df57e25933f3508a1ef75b8be3d238fc7a</param>
|
||
|
</service>
|
||
|
<service name="recompress">
|
||
|
<param name="compression">bz2</param>
|
||
|
<param name="file">*.tar.gz</param>
|
||
|
</service>
|
||
|
</services>
|