[Libreoffice] howto tar or deb package
Rene Engelhard
rene at debian.org
Wed Dec 22 07:09:57 PST 2010
Hi,
On Wed, Dec 22, 2010 at 03:41:33PM +0100, Sebastian Spaeth wrote:
> On Wed, 22 Dec 2010 10:07:31 +0100, Ralf Saalmüller <ralf at ralf-saalmueller.de> wrote:
> > Is there a way to make a package or to build a deb package? A howto?
> > It is a little bit of a mess to tell people it will work but you have
> > to run the compiler all day long. Offering a community-build would be
> > great.
>
> ./configure --help tells me:
>
> --with-package-format Specify package format(s) for LibO installsets.
> Default is the "normal" one of the OS/Distribution.
> Possible values: aix, bsd, deb, inst, tardist, osx,
> pkg, rpm, setld, native, portable, archive, dmg,
> installed, msi. Example: --with-package-format="deb
> dmg"
And deb is default if one is buildingon a debian (or debian-based) system:
# if building on Debian, default should be deb...
if test -e /etc/debian_version; then
PKGFORMAT=deb
else
PKGFORMAT=rpm
fi
Grüße/Regards,
René
--
.''`. René Engelhard -- Debian GNU/Linux Developer
: :' : http://www.debian.org | http://people.debian.org/~rene/
`. `' rene at debian.org | GnuPG-Key ID: D03E3E70
`- Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70
More information about the LibreOffice
mailing list