Subversion Repositories SvarDOS

Rev

Rev 895 | Rev 1521 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 895 Rev 1515
Line 80... Line 80...
80
format is very simple, it must contain at least two lines:
80
format is very simple, it must contain at least two lines:
81
 
81
 
82
  version: x.y.z
82
  version: x.y.z
83
  description: package description
83
  description: package description
84
 
84
 
-
 
85
It may optionally contain also a line describing hardware requirements of the
-
 
86
package, such as:
-
 
87
 
-
 
88
  hwreq: 286 fpu cga hgc
-
 
89
 
-
 
90
The "hwreq" line contains a space-separated list of tokens that represent
-
 
91
hardware requirements. Following tokens are possible.
-
 
92
 
-
 
93
CPU family   : 8086 186 286 386 486 586
-
 
94
CPU features : fpu
-
 
95
Graphic cards: mda cga ega mcga vga svga hgc
-
 
96
 
85
Any other lines are ignored by the SvarDOS package manager.
97
Any other lines are ignored by the SvarDOS package manager.
86
 
98
 
87
 
99
 
88
%hPackage versions
100
%hPackage versions
89
 
101