Author: pierre
Date: Thu May 2 10:26:30 2019
New Revision: 21537
Log:
Archive npapi-sdk
Added:
trunk/BOOK/archive/npapi-sdk.xml
- copied unchanged from r21536, trunk/BOOK/general/prog/npapi-sdk.xml
Deleted:
trunk/BOOK/general/prog/npapi-sdk.xml
Modified:
trunk/BOOK/general/prog/prog.xml
Copied: trunk/BOOK/archive/npapi-sdk.xml (from r21536,
trunk/BOOK/general/prog/npapi-sdk.xml)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/BOOK/archive/npapi-sdk.xml Thu May 2 10:26:30 2019
(r21537, copy of r21536, trunk/BOOK/general/prog/npapi-sdk.xml)
@@ -0,0 +1,126 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+
+ <!ENTITY npapi-sdk-download-http
+
"https://bitbucket.org/mgorny/npapi-sdk/downloads/npapi-sdk-&npapi-sdk-version;.tar.bz2">
+ <!ENTITY npapi-sdk-download-ftp " ">
+ <!ENTITY npapi-sdk-md5sum "e81db61e206cd615cf56c4a9f301e636">
+ <!ENTITY npapi-sdk-size "65 KB">
+ <!ENTITY npapi-sdk-buildsize "520 KB">
+ <!ENTITY npapi-sdk-time "less than 0.1 SBU">
+]>
+
+<sect1 id="npapi-sdk" xreflabel="NPAPI-SDK-&npapi-sdk-version;">
+ <?dbhtml filename="npapi-sdk.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>NPAPI-SDK-&npapi-sdk-version;</title>
+
+ <indexterm zone="npapi-sdk">
+ <primary sortas="a-NPAPI-SDK">NPAPI-SDK</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to NPAPI-SDK</title>
+
+ <para>
+ <application>NPAPI-SDK</application> is a bundle of Netscape Plugin
+ Application Programming Interface headers by Mozilla. This package
+ provides a clear way to install those headers and depend on them.
+ </para>
+
+ &lfs84_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&npapi-sdk-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&npapi-sdk-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &npapi-sdk-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &npapi-sdk-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &npapi-sdk-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &npapi-sdk-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <para condition="html" role="usernotes">User Notes:
+ <ulink url='&blfs-wiki;/NPAPI-SDK'/>
+ </para>
+
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of NPAPI-SDK</title>
+
+ <para>
+ Install <application>NPAPI-SDK</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr</userinput></screen>
+
+ <para>
+ This package does not come with a test suite.
+ </para>
+
+ <para>
+ Now, as the <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directory</segtitle>
+
+ <seglistitem>
+ <seg>
+ None
+ </seg>
+ <seg>
+ None
+ </seg>
+ <seg>
+ /usr/include/npapi-sdk
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ </sect2>
+
+</sect1>
Modified: trunk/BOOK/general/prog/prog.xml
==============================================================================
--- trunk/BOOK/general/prog/prog.xml Thu May 2 10:14:35 2019 (r21536)
+++ trunk/BOOK/general/prog/prog.xml Thu May 2 10:26:30 2019 (r21537)
@@ -47,8 +47,8 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lua52.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mercurial.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nasm.xml"/>
-<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="ninja.xml"/> -->
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="npapi-sdk.xml"/>
+<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ninja.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="npapi-sdk.xml"/> -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="perl-modules.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl-deps.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="php.xml"/>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page