]> git.sur5r.net Git - cc65/blob - packages/debian/control
69887a20026f5235251ab8a943d4d208c2c0f89a
[cc65] / packages / debian / control
1 Source: cc65
2 Section: non-free/devel
3 Priority: optional
4 Maintainer: Michael Klein <michael.klein@puffin.lb.shuttle.de>
5 Build-Depends: debhelper, linuxdoc-tools, groff, dpatch, texinfo
6 Standards-Version: 3.2.1
7
8 Package: cc65
9 Suggests: cc65-apple2, cc65-apple2enh, cc65-atari, cc65-c128, cc65-c64, cc65-cbm510, cc65-cbm610, cc65-geos, cc65-pet, cc65-plus4, cc65-c16, cc65-vic20
10 Architecture: any
11 Depends: ${shlibs:Depends}
12 Description: Crosscompiler/Crossassembler for 6502 systems
13  A C crosscompiler for 6502 systems, including a macroassembler that
14  supports 6502, 65SC02 and 65816 CPUs, a linker, an archiver and some
15  other tools. To create programs for one of the supported target
16  machines, you have to install at least one of the target platform
17  packages in addition to the main package.
18
19 Package: cc65-doc
20 Architecture: all
21 Depends: cc65 (= ${Source-Version})
22 Description: Documentation for the cc65 C compiler
23  This package contains the documentation for the cc65 C compiler, in HTML
24  and info format.
25
26 Package: cc65-apple2
27 Architecture: all
28 Depends: cc65 (= ${Source-Version})
29 Description: Apple ][ specific libraries and headers for the cc65 compiler
30  This package contains the header files and libraries needed to write
31  programs for the Apple ][ using the cc65 crosscompiler.
32
33 Package: cc65-apple2enh
34 Architecture: all
35 Depends: cc65 (= ${Source-Version})
36 Description:  Apple //e specific libraries and headers for the cc65 compiler
37  This package contains the header files and libraries needed to write
38  programs for the Apple //e using the cc65 crosscompiler.
39
40 Package: cc65-atari
41 Architecture: all
42 Depends: cc65 (= ${Source-Version})
43 Description: Atari specific libraries and headers for the cc65 compiler
44  This package contains the header files and libraries needed to write
45  programs for the 8 bit Atari machines using the cc65 crosscompiler.
46
47 Package: cc65-atmos
48 Architecture: all
49 Depends: cc65 (= ${Source-Version})
50 Description: Oric Atmos specific libraries and headers for the cc65 compiler
51  This package contains the header files and libraries needed to write
52  programs for the Oric Atmos using the cc65 crosscompiler.
53
54 Package: cc65-c128
55 Architecture: all
56 Depends: cc65 (= ${Source-Version})
57 Description: C128 specific libraries and headers for the cc65 compiler
58  This package contains the header files and libraries needed to write
59  programs for the Commodore C128 using the cc65 crosscompiler.
60
61 Package: cc65-c64
62 Architecture: all
63 Depends: cc65 (= ${Source-Version})
64 Description: C64 specific libraries and headers for the cc65 compiler
65  This package contains the header files and libraries needed to write
66  programs for the Commodore C64 using the cc65 crosscompiler.
67
68 Package: cc65-cbm510
69 Architecture: all
70 Depends: cc65 (= ${Source-Version})
71 Description: CBM 510 specific libraries and headers for the cc65 compiler
72  This package contains the header files and libraries needed to write
73  programs for the Commodore CBM 510 (aka P500) using the cc65
74  crosscompiler.
75
76 Package: cc65-cbm610
77 Architecture: all
78 Depends: cc65 (= ${Source-Version})
79 Description: CBM 610 specific libraries and headers for the cc65 compiler
80  This package contains the header files and libraries needed to write
81  programs for the Commodore PET-II (CBM600/700) family of computers using
82  the cc65 crosscompiler.
83
84 Package: cc65-geos
85 Architecture: all
86 Depends: cc65 (= ${Source-Version})
87 Description: GEOS specific libraries and headers for the cc65 compiler
88  This package contains the header files and libraries needed to write
89  GEOS programs for the C64/C128 using the cc65 crosscompiler.
90
91 Package: cc65-lynx
92 Architecture: all
93 Depends: cc65 (= ${Source-Version})
94 Description: Lynx specific libraries and headers for the cc65 compiler
95  This package contains the header files and libraries needed to write
96  programs for the Lynx Game Console using the cc65 crosscompiler.
97
98 Package: cc65-nes
99 Architecture: all
100 Depends: cc65 (= ${Source-Version})
101 Description: NES specific libraries and headers for the cc65 compiler
102  This package contains the header files and libraries needed to write
103  programs for the Nintendo Entertainment System using the cc65
104  crosscompiler.
105
106 Package: cc65-pet
107 Architecture: all
108 Depends: cc65 (= ${Source-Version})
109 Description: PET specific libraries and headers for the cc65 compiler
110  This package contains the header files and libraries needed to write
111  programs for the Commodore PET family of computers using the cc65
112  crosscompiler
113
114 Package: cc65-plus4
115 Architecture: all
116 Depends: cc65 (= ${Source-Version})
117 Description: Plus/4 specific libraries and headers for the cc65 compiler
118  This package contains the header files and libraries needed to write
119  programs for the Commodore Plus/4 and C16/116 using the cc65
120  crosscompiler.
121
122 Package: cc65-supervision
123 Architecture: all
124 Depends: cc65 (= ${Source-Version})
125 Description: Supervision specific libraries and headers for the cc65 compiler
126  This package contains the header files and libraries needed to write
127  programs for the Supervision Game console using the cc65 crosscompiler.
128
129 Package: cc65-c16
130 Architecture: all
131 Depends: cc65 (= ${Source-Version})
132 Description: C16/116 specific libraries and headers for the cc65 compiler
133  This package contains the header files and libraries needed to write
134  programs for the Commodore C16/116 using the cc65 crosscompiler.
135
136 Package: cc65-vic20
137 Architecture: all
138 Depends: cc65 (= ${Source-Version})
139 Description: VIC20 specific libraries and headers for the cc65 compiler
140  This package contains the header files and libraries needed to write
141  programs for the Commodore VIC20 using the cc65 crosscompiler.
142