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/Config.in | |
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/Config.in')
-rw-r--r-- | package/ghostscript/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/ghostscript/Config.in b/package/ghostscript/Config.in new file mode 100644 index 0000000000..023ef5f2ba --- /dev/null +++ b/package/ghostscript/Config.in @@ -0,0 +1,14 @@ +config BR2_PACKAGE_GHOSTSCRIPT + bool "ghostscript" + depends on BR2_USE_MMU # fork() + select BR2_PACKAGE_FONTCONFIG + select BR2_PACKAGE_GHOSTSCRIPT_FONTS + select BR2_PACKAGE_JPEG + select BR2_PACKAGE_LCMS2 + select BR2_PACKAGE_LIBPNG + select BR2_PACKAGE_TIFF + help + Ghostscript is an interpreter for PostScript and Portable + Document Format (PDF) files. + + http://ghostscript.com |