source: archive/npapi-sdk.xml@ 7e618fdf

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7e618fdf was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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