source: archive/npapi-sdk.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.1 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 npapi-sdk-download-http
8 "https://bitbucket.org/mgorny/npapi-sdk/downloads/npapi-sdk-&npapi-sdk-version;.tar.bz2">
9 <!ENTITY npapi-sdk-download-ftp " ">
10 <!ENTITY npapi-sdk-md5sum "e81db61e206cd615cf56c4a9f301e636">
11 <!ENTITY npapi-sdk-size "65 KB">
12 <!ENTITY npapi-sdk-buildsize "520 KB">
13 <!ENTITY npapi-sdk-time "less than 0.1 SBU">
14]>
15
16<sect1 id="npapi-sdk" xreflabel="NPAPI-SDK-&npapi-sdk-version;">
17 <?dbhtml filename="npapi-sdk.html"?>
18
19
20 <title>NPAPI-SDK-&npapi-sdk-version;</title>
21
22 <indexterm zone="npapi-sdk">
23 <primary sortas="a-NPAPI-SDK">NPAPI-SDK</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to NPAPI-SDK</title>
28
29 <para>
30 <application>NPAPI-SDK</application> is a bundle of Netscape Plugin
31 Application Programming Interface headers by Mozilla. This package
32 provides a clear way to install those headers and depend on them.
33 </para>
34
35 &lfs84_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&npapi-sdk-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&npapi-sdk-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &npapi-sdk-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &npapi-sdk-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &npapi-sdk-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &npapi-sdk-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <para condition="html" role="usernotes">User Notes:
72 <ulink url='&blfs-wiki;/NPAPI-SDK'/>
73 </para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of NPAPI-SDK</title>
79
80 <para>
81 Install <application>NPAPI-SDK</application> by running the following
82 commands:
83 </para>
84
85<screen><userinput>./configure --prefix=/usr</userinput></screen>
86
87 <para>
88 This package does not come with a test suite.
89 </para>
90
91 <para>
92 Now, as the <systemitem class="username">root</systemitem> user:
93 </para>
94
95<screen role="root"><userinput>make install</userinput></screen>
96
97 </sect2>
98
99 <sect2 role="content">
100 <title>Contents</title>
101
102 <segmentedlist>
103 <segtitle>Installed Programs</segtitle>
104 <segtitle>Installed Libraries</segtitle>
105 <segtitle>Installed Directory</segtitle>
106
107 <seglistitem>
108 <seg>
109 None
110 </seg>
111 <seg>
112 None
113 </seg>
114 <seg>
115 /usr/include/npapi-sdk
116 </seg>
117 </seglistitem>
118 </segmentedlist>
119
120 </sect2>
121
122</sect1>
Note: See TracBrowser for help on using the repository browser.