Changeset 54789f3 for postlfs/editors/joe.xml
- Timestamp:
- 01/24/2016 02:04:18 AM (9 years ago)
- Branches:
- systemd-13485
- Children:
- 83f6c770
- Parents:
- 295ca00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/editors/joe.xml
r295ca00 r54789f3 7 7 <!ENTITY joe-download-http "&sourceforge-repo;/joe-editor/joe-&joe-version;.tar.gz"> 8 8 <!ENTITY joe-download-ftp "&gentoo-ftp-repo;/joe-&joe-version;.tar.gz"> 9 <!ENTITY joe-md5sum " 3c3b6d5089a29ddc746ee89bab59286e">10 <!ENTITY joe-size " 820 KB">11 <!ENTITY joe-buildsize " 12MB">9 <!ENTITY joe-md5sum "b8c9ab4295e3208ddbbaa9c1141564f9"> 10 <!ENTITY joe-size "1.3 MB"> 11 <!ENTITY joe-buildsize "20 MB"> 12 12 <!ENTITY joe-time "0.2 SBU"> 13 13 ]> … … 78 78 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 79 79 80 <screen role="root"><userinput>make install</userinput></screen> 80 <screen role="root"><userinput>make install && 81 82 install -vm 755 joe/util/{stringify,termidx,uniproc} /usr/bin && 83 install -vdm755 /usr/share/joe/util && 84 install -vm 644 joe/util/{*.txt,README} /usr/share/joe/util</userinput></screen> 81 85 82 86 </sect2> … … 134 138 jpico, 135 139 jstar, 136 rjoe, and 137 termidx</seg> 140 rjoe, 141 stringify, 142 termidx, and 143 uniproc</seg> 138 144 <seg>None</seg> 139 145 <seg>/etc/joe, 140 146 /usr/share/joe, and 141 /usr/share/doc/joe </seg>147 /usr/share/doc/joe-&joe-version;</seg> 142 148 </seglistitem> 143 149 </segmentedlist> … … 205 211 </varlistentry> 206 212 213 <varlistentry id="stringify"> 214 <term><command>stringify</command></term> 215 <listitem> 216 <para>is a program used by <command>joe</command> to convert rc and 217 .jsf files into a C file (see /usr/share/joe/util/README).</para> 218 <indexterm zone="joe stringify"> 219 <primary sortas="b-stringify">stringify</primary> 220 </indexterm> 221 </listitem> 222 </varlistentry> 223 207 224 <varlistentry id="termidx"> 208 225 <term><command>termidx</command></term> 209 226 <listitem> 210 227 <para>is a program used by <command>joe</command> to generate the 211 termcap index file .</para>228 termcap index file (see /usr/share/joe/util/README).</para> 212 229 <indexterm zone="joe termidx"> 213 230 <primary sortas="b-termidx">termidx</primary> … … 216 233 </varlistentry> 217 234 235 <varlistentry id="uniproc"> 236 <term><command>uniproc</command></term> 237 <listitem> 238 <para>is a program used by <command>joe</command> to generate joe's 239 unicode database file unicat.c from Blocks.txt, CaseFolding.txt, 240 EastAsianWidth.txt, and UnicodeData.txt (find them at 241 /usr/share/joe/util; see /usr/share/joe/util/README).</para> 242 <indexterm zone="joe uniproc"> 243 <primary sortas="b-uniproc">uniproc</primary> 244 </indexterm> 245 </listitem> 246 </varlistentry> 218 247 </variablelist> 219 248
Note:
See TracChangeset
for help on using the changeset viewer.