source: postlfs/security/nspr.xml@ 9c57b3a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9c57b3a was 9c57b3a, checked in by DJ Lucas <dj@…>, 15 years ago

Added nspr-4.8

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7989 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY nspr-download-http " ">
8 <!ENTITY nspr-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz">
9 <!ENTITY nspr-md5sum "e0916a72bcc6c427551ea262183fdb26">
10 <!ENTITY nspr-size "1.1 MB">
11 <!ENTITY nspr-buildsize "15 MB">
12 <!ENTITY nspr-time "0.1 SBU">
13]>
14
15<sect1 id="nspr" xreflabel="NSPR-&nspr-version;">
16 <?dbhtml filename="nspr.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>NSPR-&nspr-version;</title>
24
25 <indexterm zone="nspr">
26 <primary sortas="a-NSPR">Netscape Portable Runtime</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to NSPR</title>
31
32 <para><application>Netscape Portable Runtime</application> (NSPR) provides
33 a platform-neutral API for system level and libc like functions.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&nspr-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&nspr-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &nspr-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &nspr-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &nspr-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &nspr-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
58 <itemizedlist spacing='compact'>
59 <listitem>
60 <para>Required Patch: <ulink
61 url="&patch-root;/nspr-&nspr-version;-pkgconfig-1.patch"/>
62 </para>
63 </listitem>
64 </itemizedlist>
65
66 <para condition="html" role="usernotes">User Notes:
67 <ulink url="&blfs-wiki;/nspr"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of NSPR</title>
73
74 <para>Apply the <application>pkg-config</application> patch:</para>
75
76<screen><userinput>patch -Np1 -i ../nspr-&nspr-version;-pkgconfig-1.patch
77</userinput></screen>
78
79 <para>Install <application>NSPR</application> by running the following
80 commands:</para>
81
82<screen><userinput>cd mozilla/nsprpub &amp;&amp;
83./configure --prefix=/usr \
84 --with-mozilla \
85 --with-pthreads &amp;&amp;
86make</userinput></screen>
87
88 <para>This package does not come with a test suite.</para>
89
90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
91
92<screen role="root"><userinput>make install &amp;&amp;
93cp -v -LR dist/include/nspr /usr/include</userinput></screen>
94
95 </sect2>
96
97 <sect2 role="commands">
98 <title>Command Explanations</title>
99
100 <para><parameter>--with-mozilla</parameter>: This parameter adds Mozilla
101 supprt to the libraries (required if you want to build any Mozilla
102 products).</para>
103
104 <para><parameter>--with-pthreads</parameter>: This parameter forces use of
105 the system pthreads library.</para>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>nspr-config</seg>
119 <seg>libnspr4.{a,so}, libplc4.{a,so}, and libplds4.{a.so}</seg>
120 <seg>/usr/include/nspr</seg>
121 </seglistitem>
122 </segmentedlist>
123
124 <variablelist>
125 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
126 <?dbfo list-presentation="list"?>
127 <?dbhtml list-presentation="table"?>
128
129 <varlistentry id="nspr-nspr-config">
130 <term><command>nspr-config</command></term>
131 <listitem>
132 <para>provides compiler and linker options to other packages that
133 use <application>NSPR</application>.</para>
134 <indexterm zone="nspr nspr-config">
135 <primary sortas="b-nspr-config">nspr-config</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 </variablelist>
141
142 </sect2>
143
144</sect1>
Note: See TracBrowser for help on using the repository browser.