]> git.sur5r.net Git - cc65/blob - packages/debian/control
Another small change in OptJumpTarget3.
[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, perl
6 Standards-Version: 3.2.1
7
8 Package: cc65
9 Suggests: cc65-apple2, 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 library packages.
17
18 Package: cc65-apple2
19 Architecture: all
20 Depends: cc65 (= ${Source-Version})
21 Description: Apple ][ specific libraries and headers for the cc65 compiler
22  This package contains the header files and libraries needed to write
23  programs for the Apple ][ using the cc65 crosscompiler.
24
25 Package: cc65-atari
26 Architecture: all
27 Depends: cc65 (= ${Source-Version})
28 Description: Atari specific libraries and headers for the cc65 compiler
29  This package contains the header files and libraries needed to write
30  programs for the 8 bit Atari machines using the cc65 crosscompiler.
31
32 Package: cc65-c128
33 Architecture: all
34 Depends: cc65 (= ${Source-Version})
35 Description: C128 specific libraries and headers for the cc65 compiler
36  This package contains the header files and libraries needed to write
37  programs for the Commodore C128 using the cc65 crosscompiler.
38
39 Package: cc65-c64
40 Architecture: all
41 Depends: cc65 (= ${Source-Version})
42 Description: C64 specific libraries and headers for the cc65 compiler
43  This package contains the header files and libraries needed to write
44  programs for the Commodore C64 using the cc65 crosscompiler.
45
46 Package: cc65-cbm510
47 Architecture: all
48 Depends: cc65 (= ${Source-Version})
49 Description: CBM 510 specific libraries and headers for the cc65 compiler
50  This package contains the header files and libraries needed to write
51  programs for the Commodore CBM 510 (aka P500) using the cc65
52  crosscompiler.
53
54 Package: cc65-cbm610
55 Architecture: all
56 Depends: cc65 (= ${Source-Version})
57 Description: CBM 610 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 PET-II (CBM600/700) family of computers using
60  the cc65 crosscompiler.
61
62 Package: cc65-geos
63 Architecture: all
64 Depends: cc65 (= ${Source-Version})
65 Description: GEOS specific libraries and headers for the cc65 compiler
66  This package contains the header files and libraries needed to write
67  GEOS programs for the C64/C128 using the cc65 crosscompiler.
68
69 Package: cc65-pet
70 Architecture: all
71 Depends: cc65 (= ${Source-Version})
72 Description: PET specific libraries and headers for the cc65 compiler
73  This package contains the header files and libraries needed to write
74  programs for the Commodore PET family of computers using the cc65
75  crosscompiler
76
77 Package: cc65-plus4
78 Architecture: all
79 Depends: cc65 (= ${Source-Version})
80 Description: Plus/4 specific libraries and headers for the cc65 compiler
81  This package contains the header files and libraries needed to write
82  programs for the Commodore Plus/4 and C16/116 using the cc65
83  crosscompiler.
84
85 Package: cc65-c16
86 Architecture: all
87 Depends: cc65 (= ${Source-Version})
88 Description: C16/116 specific libraries and headers for the cc65 compiler
89  This package contains the header files and libraries needed to write
90  programs for the Commodore C16/116 using the cc65 crosscompiler.
91
92 Package: cc65-vic20
93 Architecture: all
94 Depends: cc65 (= ${Source-Version})
95 Description: VIC20 specific libraries and headers for the cc65 compiler
96  This package contains the header files and libraries needed to write
97  programs for the Commodore VIC20 using the cc65 crosscompiler.
98