source: general/genlib/duktape.xml@ 586ae9d

11.3 12.0 12.1 12.2 gimp3 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 xry111/for-12.3 xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/xf86-video-removal
Last change on this file since 586ae9d was 75d38562, checked in by Xi Ruoyao <xry111@…>, 2 years ago

add comments about tagging duktape and/or mozjs

So we won't need to add something like "this package is known to work
with {duktape,mozjs} in polkit page.

  • Property mode set to 100644
File size: 3.7 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 duktape-download-http "https://duktape.org/duktape-&duktape-version;.tar.xz">
8 <!ENTITY duktape-download-ftp " ">
9 <!ENTITY duktape-md5sum "b3200b02ab80125b694bae887d7c1ca6">
10 <!ENTITY duktape-size "1003 KB">
11 <!ENTITY duktape-buildsize "25 MB">
12 <!ENTITY duktape-time "0.3 SBU">
13]>
14
15<sect1 id="duktape" xreflabel="duktape-&duktape-version;">
16 <?dbhtml filename="duktape.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>duktape-&duktape-version;</title>
23
24 <indexterm zone="duktape">
25 <primary sortas="a-duktape">duktape</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to duktape</title>
30
31 <para>
32 <application>duktape</application> is an embeddable Javascript
33 engine, with a focus on portability and compact footprint.
34 </para>
35
36 <!-- To editors: make sure polkit works with duktape before
37 tagging duktape. -->
38 &lfs112_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&duktape-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&duktape-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &duktape-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &duktape-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &duktape-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &duktape-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/duktape"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of duktape</title>
81
82 <para>
83 Install <application>duktape</application> by running the
84 following commands:
85 </para>
86
87<screen><userinput>sed -i 's/-Os/-O2/' Makefile.sharedlibrary
88make -f Makefile.sharedlibrary INSTALL_PREFIX=/usr
89 </userinput></screen>
90
91 <para>
92 Now, as the <systemitem class="username">root</systemitem> user:
93 </para>
94
95<screen role="root"><userinput>make -f Makefile.sharedlibrary INSTALL_PREFIX=/usr 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 Directories</segtitle>
106
107 <seglistitem>
108 <seg>
109 None
110 </seg>
111 <seg>
112 libduktape.so and libduktaped.so
113 </seg>
114 <seg>
115 None
116 </seg>
117 </seglistitem>
118 </segmentedlist>
119
120 <variablelist>
121 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
122 <?dbfo list-presentation="list"?>
123 <?dbhtml list-presentation="table"?>
124
125 <varlistentry id="libduktape.so">
126 <term><filename class="libraryfile">libduktape.so</filename></term>
127 <listitem>
128 <para>
129 is an embeddable Javascript engine
130 </para>
131 <indexterm zone="duktape">
132 <primary sortas="c-duktape">libduktape.so</primary>
133 </indexterm>
134 </listitem>
135 </varlistentry>
136
137 </variablelist>
138
139 </sect2>
140
141</sect1>
Note: See TracBrowser for help on using the repository browser.