source: general/prog/npapi-sdk.xml@ 7c12cab

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 7c12cab was 7c12cab, checked in by Pierre Labastie <pieere@…>, 9 years ago

A few tags

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

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