]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - ghostscript/ghostscript.nm
b31090001c92faffdd5da8559b2789fc7e04efb7
[people/amarx/ipfire-3.x.git] / ghostscript / ghostscript.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = ghostscript
7 version = 9.04
8 release = 1
9
10 groups = Applications/Printing
11 url = http://ghostscript.com
12 license = GPL
13 summary = An interpreter for the PostScript language and for PDF.
14
15 description
16 Ghostscript is a package of software that provides:\
17 \
18 * An interpreter for the PostScript (TM) language, with the ability to \
19 convert PostScript language files to many raster formats, view them \
20 on displays, and print them on printers that don't have PostScript \
21 language capability built in; \
22 * An interpreter for Portable Document Format (PDF) files, with the \
23 same abilities; \
24 * The ability to convert PostScript language files to PDF (with some \
25 limitations) and vice versa; and \
26 * A set of C procedures (the Ghostscript library) that implement the \
27 graphics and filtering (data compression / decompression \
28 / conversion) capabilities that appear as primitive operations in \
29 the PostScript language and in PDF.
30 end
31
32 source_dl =
33
34 build
35 configure_options += \
36 --without-omni
37
38 PARALLELISMFLAGS = # Disable this
39 end
40
41 packages
42 package %{name}
43 end
44 end