File: xpi-pack.1

package info (click to toggle)
mozilla-devscripts 0.39%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 364 kB
  • ctags: 114
  • sloc: python: 1,054; sh: 106; perl: 35; makefile: 31
file content (34 lines) | stat: -rw-r--r-- 1,054 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.TH XPI-PACK "1" "13 August 2009"

.SH NAME
xpi-pack \- pack a directory to a XPI file

.SH SYNOPSIS
\fBxpi-pack\fR <\fBinput_directory\fR> <\fBoutput_XPI_file\fR>

.SH DESCRIPTION
\fBxpi-pack\fR packs a directory to a XPI file. It takes in consideration the unpacked JAR files, which are unpacked during the call of xpi-unpack script, in order to be able to distribute them through the repositories.
.LP
It is distributed as a part of mozilla-devscripts package, and is automatically called during the build process of Mozilla extension package, if the package includes xpi.mk script in debian/rules file.


.SH OPTIONS
.TP
None.

.SH ENVIRONMENT VARIABLES
.TP
None.

.SH EXAMPLE
.TP
xpi-pack ubufox ubufox.xpi
Packs the contents of the directory ubufox to file ubufox.xpi.

.SH SEE ALSO
\fBxpi-unpack\fR

.SH AUTHOR
\fBxpi-pack\fR was written by Alexander Sack <asac@ubuntu.com> and Sasa Bodiroza <jazzva@gmail.com>, and this manual page by Sasa Bodiroza <jazzva@gmail.com>.

Both are released under the GNU General Public License, version 2 or later.