Subversion Repositories SvarDOS

Rev

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

Rev 689 Rev 711
Line 22... Line 22...
22
supported, and in the public domain.
22
supported, and in the public domain.
23
 
23
 
24
Here below is the recommended command line that can be used to create a
24
Here below is the recommended command line that can be used to create a
25
package for a program named EXAMPLE using info-zip:
25
package for a program named EXAMPLE using info-zip:
26
 
26
 
27
  zip -9rkDX EXAMPLE.SVN subdir1 subdir2 ... subdirN
27
  zip -9rkDX EXAMPLE.SVP subdir1 subdir2 ... subdirN
28
 
28
 
29
If you are using 7za to create your packages, then use this:
29
If you are using 7za to create your packages, then use this:
30
 
30
 
31
  7za a -mm=deflate -mx=9 -tzip EXAMPLE.SVN subdir1 subdir2 ... subdirN
31
  7za a -mm=deflate -mx=9 -tzip EXAMPLE.SVP subdir1 subdir2 ... subdirN
32
 
32
 
33
 
33
 
34
%hPackage directory structure
34
%hPackage directory structure
35
 
35
 
36
The directory structure of a package depends on the type of packages.
36
The directory structure of a package depends on the type of packages.