]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - ghostscript/ghostscript.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / ghostscript / ghostscript.nm
CommitLineData
32a01e65 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
32a01e65
SS
4###############################################################################
5
802ea3af 6name = ghostscript
554a5904 7version = 9.04
802ea3af 8release = 1
32a01e65 9
802ea3af
MT
10groups = Applications/Printing
11url = http://ghostscript.com
12license = GPL
13summary = An interpreter for the PostScript language and for PDF.
32a01e65 14
802ea3af 15description
32a01e65
SS
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.
802ea3af 30end
32a01e65 31
802ea3af 32source_dl =
32a01e65 33
802ea3af
MT
34build
35 configure_options += \
32a01e65
SS
36 --without-omni
37
802ea3af
MT
38 PARALLELISMFLAGS = # Disable this
39end
40
41packages
42 package %{name}
43 end
1f9bc2f0
MT
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
802ea3af 48end