source: general/graphlib/sassc.xml@ 3f2db3a6

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.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 sassc-download-http
8 "https://github.com/sass/sassc/archive/&sassc-version;/sassc-&sassc-version;.tar.gz">
9 <!ENTITY sassc-download-ftp " ">
10 <!ENTITY sassc-md5sum "4c3b06ce2979f2a9f0a35093e501d8bb">
11 <!ENTITY sassc-size "28 KB">
12 <!ENTITY sassc-buildsize "5.1 MB">
13 <!ENTITY sassc-time "less than 0.1 SBU">
14
15 <!ENTITY libsass-download-http
16 "https://github.com/sass/libsass/archive/&libsass-version;/libsass-&libsass-version;.tar.gz">
17 <!ENTITY libsass-download-ftp " ">
18 <!ENTITY libsass-md5sum "c49765b9b3824dcd4a7423225ca28bad">
19 <!ENTITY libsass-size "336 KB">
20 <!ENTITY libsass-buildsize "139 MB">
21 <!ENTITY libsass-time "0.4 SBU (Using parallelism=4)">
22]>
23
24<sect1 id="sassc" xreflabel="sassc-&sassc-version;">
25 <?dbhtml filename="sassc.html"?>
26
27
28 <title>sassc-&sassc-version;</title>
29
30 <indexterm zone="sassc">
31 <primary sortas="a-sassc">sassc</primary>
32 </indexterm>
33
34 <sect2 role="package">
35 <title>Introduction to sassc</title>
36
37 <para>
38 SassC is a wrapper around libsass, a CSS pre-processor language.
39 </para>
40
41 &lfs112_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&sassc-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&sassc-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &sassc-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &sassc-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &sassc-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &sassc-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
78 <itemizedlist spacing="compact">
79 <listitem>
80 <para>
81 Download (HTTP): <ulink url="&libsass-download-http;"/>
82 </para>
83 </listitem>
84 <listitem>
85 <para>
86 Download (FTP): <ulink url="&libsass-download-ftp;"/>
87 </para>
88 </listitem>
89 <listitem>
90 <para>
91 Download MD5 sum: &libsass-md5sum;
92 </para>
93 </listitem>
94 <listitem>
95 <para>
96 Download size: &libsass-size;
97 </para>
98 </listitem>
99 <listitem>
100 <para>
101 Estimated disk space required: &libsass-buildsize;
102 </para>
103 </listitem>
104 <listitem>
105 <para>
106 Estimated build time: &libsass-time;
107 </para>
108 </listitem>
109 </itemizedlist>
110
111 <para condition="html" role="usernotes">User Notes:
112 <ulink url="&blfs-wiki;/sassc"/>
113 </para>
114 </sect2>
115
116 <sect2 role="installation">
117 <title>Installation of sassc</title>
118
119 <para>
120 First, build the library:
121 </para>
122
123<screen><userinput>tar -xf ../libsass-&libsass-version;.tar.gz &amp;&amp;
124pushd libsass-&libsass-version; &amp;&amp;
125
126autoreconf -fi &amp;&amp;
127
128./configure --prefix=/usr --disable-static &amp;&amp;
129make</userinput></screen>
130
131 <para>
132 This package does not come with a test suite.
133 </para>
134
135 <para>
136 Now, as the <systemitem class="username">root</systemitem> user:
137 </para>
138
139<screen role="root"><userinput>make install</userinput></screen>
140
141 <para>
142 Build the command line wrapper:
143 </para>
144
145<screen><userinput>popd &amp;&amp;
146autoreconf -fi &amp;&amp;
147
148./configure --prefix=/usr &amp;&amp;
149make</userinput></screen>
150
151 <para>
152 This package does not come with a test suite.
153 </para>
154
155 <para>
156 Now, as the <systemitem class="username">root</systemitem> user:
157 </para>
158
159<screen role="root"><userinput>make install</userinput></screen>
160
161 </sect2>
162
163 <sect2 role="content">
164 <title>Contents</title>
165
166 <segmentedlist>
167 <segtitle>Installed Programs</segtitle>
168 <segtitle>Installed Libraries</segtitle>
169 <segtitle>Installed Directories</segtitle>
170
171 <seglistitem>
172 <seg>
173 sassc
174 </seg>
175 <seg>
176 libsass.so
177 </seg>
178 <seg>
179 /usr/include/sass
180 </seg>
181 </seglistitem>
182 </segmentedlist>
183
184 <variablelist>
185 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
186 <?dbfo list-presentation="list"?>
187 <?dbhtml list-presentation="table"?>
188
189 <varlistentry id="sassc-prog">
190 <term><command>sassc</command></term>
191 <listitem>
192 <para>
193 provides a command line interface to the libsass library
194 </para>
195 <indexterm zone="sassc sassc-prog">
196 <primary sortas="b-sassc">sassc</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 </variablelist>
202
203 </sect2>
204
205</sect1>
Note: See TracBrowser for help on using the repository browser.