Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/umockdev.xml

    re7750d81 r233946c  
    77  <!ENTITY umockdev-download-http "https://github.com/martinpitt/umockdev/releases/download/&umockdev-version;/umockdev-&umockdev-version;.tar.xz">
    88  <!ENTITY umockdev-download-ftp  " ">
    9   <!ENTITY umockdev-md5sum        "2470fe134b1ae4c6dde5c93e88f51596">
    10   <!ENTITY umockdev-size          "468 KB">
    11   <!ENTITY umockdev-buildsize     "6.3 MB (with tests)">
    12   <!ENTITY umockdev-time          "0.1 SBU (with tests)">
     9  <!ENTITY umockdev-md5sum        "f81bd54acb3f14830e4f7e3d5c6edfc8">
     10  <!ENTITY umockdev-size          "448 KB">
     11  <!ENTITY umockdev-buildsize     "7.1 MB (with tests)">
     12  <!ENTITY umockdev-time          "0.2 SBU (with tests)">
    1313
    1414]>
     
    1818
    1919  <sect1info>
     20    <othername>$LastChangedBy$</othername>
    2021    <date>$Date$</date>
    2122  </sect1info>
     
    3536    </para>
    3637
    37     &lfs110a_checked;
     38    &lfs10_checked;
    3839
    3940    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7576    <bridgehead renderas="sect4">Required</bridgehead>
    7677    <para role="required">
    77       <xref linkend="libgudev"/>,
    78       <xref linkend="libpcap"/>, and
     78      <xref linkend="libgudev"/> and
    7979      <xref linkend="vala"/>
    8080    </para>
     
    102102cd    build &amp;&amp;
    103103
    104 meson --prefix=/usr --buildtype=release .. &amp;&amp;
     104meson --prefix=/usr .. &amp;&amp;
    105105ninja</userinput></screen>
    106106
    107107    <para>
    108       To test the results, issue: <command>PATH=$PATH:/usr/sbin ninja
     108      To test the results, issue: <command>PATH=$PATH:/sbin:/usr/sbin ninja
    109109      test</command>. The addition to <envar>PATH</envar> is needed if you
    110110      use the starting scripts in <xref linkend="postlfs-config-profile"/>,
    111111      because some tests need to run <command>udevadm</command>. One test
    112       needs to be run in an X session. 
     112      needs to be run in an X session.
    113113    </para>
    114114
     
    173173          <para>
    174174            records Linux devices and their ancestors from sysfs/udev or
    175             records ioctls for a device
     175            records ioctls for a device.
    176176          </para>
    177177          <indexterm zone="umockdev umockdev-record">
     
    186186          <para>
    187187            runs a program under an <application>umockdev</application>
    188             testbed
     188            testbed.
    189189          </para>
    190190          <indexterm zone="umockdev umockdev-run">
     
    200200            wraps a program around
    201201            <filename class="libraryfile">libumockdev-preload.so.0</filename>
    202             through LD_PRELOAD
     202            through LD_PRELOAD.
    203203          </para>
    204204          <indexterm zone="umockdev umockdev-wrapper">
     
    213213          <para>
    214214            provides API functions that allow mocking hardware devices for unit
    215             testing
     215            testing.
    216216          </para>
    217217          <indexterm zone="umockdev libumockdev">
     
    222222    </variablelist>
    223223  </sect2>
    224 
    225224</sect1>
Note: See TracChangeset for help on using the changeset viewer.