diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-12-18 21:56:29 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-20 23:54:43 +0100 |
commit | 1a83dda003cc25999589ec392c0b6c81afe7528d (patch) | |
tree | 16af3d02da88b265e560c2c739fdcab23900eb22 /package/ghostscript/ghostscript.hash | |
parent | ce6e1da7bd73721694ebdd29183311170f52491a (diff) | |
download | buildroot-1a83dda003cc25999589ec392c0b6c81afe7528d.tar.gz buildroot-1a83dda003cc25999589ec392c0b6c81afe7528d.zip |
package/ghostscript: new package
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[Thomas:
- switch to version 9.21 now that it has been released
- add a hash file
- switch to Git formatted patches
- use $(HOSTCC) instead of hardcoding "gcc", and use $(HOST_CFLAGS) and
$(HOST_LDFLAGS) instead of hardcoding -L$(HOST_DIR)/usr/lib
-I$(HOST_DIR)/usr/include
- add entry to DEVELOPERS file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ghostscript/ghostscript.hash')
-rw-r--r-- | package/ghostscript/ghostscript.hash | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/ghostscript/ghostscript.hash b/package/ghostscript/ghostscript.hash new file mode 100644 index 0000000000..ade17f9de8 --- /dev/null +++ b/package/ghostscript/ghostscript.hash @@ -0,0 +1,4 @@ +# From https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs921/MD5SUMS +md5 631beea7aa1f70f2cdca14e0308b8801 ghostscript-9.21.tar.xz +# From https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs921/SHA1SUMS +sha1 a93b456a0e18d5c925d26b0b13e961c8e8140f62 ghostscript-9.21.tar.xz |