]> git.proxmox.com Git - pve-manager.git/blob - aplinfo/README.format
afcdf0d2f6a5de5ee65239c8c04dc58879740398
[pve-manager.git] / aplinfo / README.format
1 PVE Package description format
2 ==============================
3
4 We basically use a debian like format - see:
5
6 http://www.debian.org/doc/debian-policy/ch-controlfields.html
7
8 The following (debian) field are used:
9
10 Package, Section, Version, Maintainer, Description
11
12 Additionally we define the following fields:
13
14 Type: openvz | qemu | lxc
15 OS: Operating system type
16 Location: download url
17 Infopage: url to additional info
18 ManageUrl: url to connect to management interface
19 md5sum: md5sum of the package
20
21 Here is an example:
22
23 Package: proxmox-mailgateway
24 Version: 2.4-2
25 Type: openvz
26 OS: debian-4.0
27 Section: mail
28 Certified: yes
29 Maintainer: Proxmox Support Team <support@proxmox.com>
30 Location: http://download.proxmox.com/appliances/mail/debian-4.0-proxmox-mailgateway_2.4-2_i386.tar.gz
31 Infopage: http://pve.proxmox.com/wiki/Proxmox_Mail_Gateway
32 ManageUrl: https://__IPADDRESS__/
33 md5sum: 3b48ffe08347229a854bc8d5ee161e1f
34 Description: Proxmox Mail Gateway
35 A full featured mail proxy for spam an virus filtering.
36
37
38 The filename is automatically generated from the above description:
39
40 ${OS}-${Package}_${VERSION}_i386.tar.gz
41
42 If ${Package} starts with "${OS}-", the filename is:
43
44 ${Package}_${VERSION}_i386.tar.gz