diff options
author | Jonathan Ben Avraham <yba@tkos.co.il> | 2015-08-05 07:46:23 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-08-17 16:02:18 +0200 |
commit | 8a33bc3ad9d2c1d516988585113a7751251b8ba4 (patch) | |
tree | c563747ee3a4d68f1364d618eb37237dff165333 /package/rapidxml/rapidxml.hash | |
parent | fa50d6c1d33c919e503bed75c504399eb54dfeff (diff) | |
download | buildroot-8a33bc3ad9d2c1d516988585113a7751251b8ba4.tar.gz buildroot-8a33bc3ad9d2c1d516988585113a7751251b8ba4.zip |
rapidxml: new package
[Thomas:
- Rewrap Config.in help text
- Indicate that the SHA256 hash has been locally calculated, and add
the MD5 and SHA1 hashes from SourceForge.
- Use downloads.sourceforge.net as the download site instead of
garr.dl.sourceforge.net, in order to use the SourceForge mirrors
properly, and be consistent with all other Buildroot packages
downloading stuff from SourceForge.
- Change the license from "MIT" to "Boost Software License 1.0 or
MIT" as indicated by the license.txt file.
- Change the <pkg>_EXTRACT_CMDS to remove the sub-directory created
by the .zip file extraction, and simplify the staging installation
step accordingly.]
Signed-off-by: Jonathan Ben Avraham <yba@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/rapidxml/rapidxml.hash')
-rw-r--r-- | package/rapidxml/rapidxml.hash | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/rapidxml/rapidxml.hash b/package/rapidxml/rapidxml.hash new file mode 100644 index 0000000000..81919f0373 --- /dev/null +++ b/package/rapidxml/rapidxml.hash @@ -0,0 +1,6 @@ +# From https://sourceforge.net/projects/rapidxml/files/rapidxml/rapidxml%201.13/ +sha1 f5fd4fbc5ad7e96045313697811d65ea8089a950 rapidxml-1.13.zip +md5 7b4b42c9331c90aded23bb55dc725d6a rapidxml-1.13.zip + +# Locally calculated +sha256 c3f0b886374981bb20fabcf323d755db4be6dba42064599481da64a85f5b3571 rapidxml-1.13.zip |