comparison doc/interpreter/package.txi @ 7016:93c65f2a5668

[project @ 2007-10-12 06:40:56 by jwe]
author jwe
date Fri, 12 Oct 2007 06:41:26 +0000
parents 6304d9ea0a30
children fd42779a8428
comparison
equal deleted inserted replaced
7015:0a708692d51d 7016:93c65f2a5668
296 Maintainer: The name (and possibly email) of the current package maintainer. 296 Maintainer: The name (and possibly email) of the current package maintainer.
297 Title: The title of the package 297 Title: The title of the package
298 Description: A short description of the package. If this description 298 Description: A short description of the package. If this description
299 gets too long for one line it can continue on the next by adding a 299 gets too long for one line it can continue on the next by adding a
300 space to the beginning of the following lines. 300 space to the beginning of the following lines.
301 License: GPL version 2 or later 301 License: GPL version 3 or later
302 @end example 302 @end example
303 303
304 The package manager currently recognizes the following keywords 304 The package manager currently recognizes the following keywords
305 305
306 @noindent 306 @noindent
357 version of the package is acceptable. Multiple dependencies can be 357 version of the package is acceptable. Multiple dependencies can be
358 defined either as a comma separated list or on separate @code{Depends} 358 defined either as a comma separated list or on separate @code{Depends}
359 lines. 359 lines.
360 360
361 @item License 361 @item License
362 An optional short description of the used license (e.g. GPL version 2 362 An optional short description of the used license (e.g. GPL version 3
363 or newer). This is optional since the file @code{COPYING} is mandatory. 363 or newer). This is optional since the file @code{COPYING} is mandatory.
364 364
365 @item SystemRequirements 365 @item SystemRequirements
366 These are the external install dependencies of the package and are not 366 These are the external install dependencies of the package and are not
367 checked by the package manager. This is here as a hint to the 367 checked by the package manager. This is here as a hint to the