]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - ghostscript/ghostscript.nm
08d7f5334871cce7ebba2561a401bfbfb12ba4cb
[people/ms/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.05
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 an interpreter
17 for the PostScript (TM) language, with the ability to convert PostScript
18 language files to many raster formats, view them on displays, and print
19 them on printers that don't have PostScript language capability built in.
20 It also contains an interpreter for Portable Document Format (PDF) files,
21 with the same abilities and has the ability to convert PostScript
22 language files to PDF (with some limitations) and vice versa.
23 A set of C procedures (the Ghostscript library) implements the
24 graphics and filtering (data compression / decompression / conversion)
25 capabilities that appear as primitive operations in the PostScript
26 language and in PDF.
27 end
28
29 source_dl = http://downloads.ghostscript.com/public/
30
31 build
32 requires
33 cups-devel
34 dbus-devel
35 glib2-devel
36 libjpeg-devel
37 libtiff-devel
38 libtool
39 libxml2-devel
40 unzip
41 zlib-devel
42 end
43
44 prepare_cmds
45 rm -rvf libpng zlib jpeg jasper expat
46 end
47
48 CFLAGS += -fno-strict-aliasing
49
50 configure_options += \
51 --with-ijs \
52 --enable-dynamic \
53 --with-drivers=ALL \
54 --disable-compile-inits \
55 --with-system-libtiff \
56 --with-install-cups
57
58 PARALLELISMFLAGS = # Disable this
59 end
60
61 packages
62 package %{name}
63
64 package %{name}-devel
65 template DEVEL
66 end
67
68 package %{name}-debuginfo
69 template DEBUGINFO
70 end
71 end