Ignore:
Timestamp:
07/31/2020 08:27:44 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8169f4e
Parents:
204c6385
Message:

liblinear-241
umockdev-0.14.2
vala-0.48.8

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23439 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/umockdev.xml

    r204c6385 r3cdae40  
    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        "6c8c200017986aba95e8ee756ccef88a">
    10   <!ENTITY umockdev-size          "744 KB">
    11   <!ENTITY umockdev-buildsize     "13 MB">
    12   <!ENTITY umockdev-time          "0.2 SBU">
     9  <!ENTITY umockdev-md5sum        "d624b9cf21c7915e2c9fb9419e16564c">
     10  <!ENTITY umockdev-size          "745 KB">
     11  <!ENTITY umockdev-buildsize     "13 MB (with tests)">
     12  <!ENTITY umockdev-time          "0.2 SBU (with tests)">
    1313
    1414]>
     
    9898    </para>
    9999
    100 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     100<screen><userinput>./configure --prefix=/usr    \
     101            --disable-static \
     102            --docdir=/usr/share/doc/umockdev-&umockdev-version;&amp;&amp;
    101103make</userinput></screen>
    102104
    103105    <para>
    104       To test the results, issue: <command>make check</command>.
     106      To test the results, issue: <command>PATH=$PATH:/sbin:/usr/sbin make
     107      check</command>. The addition to <envar>PATH</envar> is needed if you
     108      use the starting scripts in <xref linkend="postlfs-config-profile"/>,
     109      because some tests need to run <command>udevadm</command>.
    105110    </para>
    106111
     
    144149        <seg>
    145150          /usr/include/umockdev-1.0 and
    146           /usr/share/doc/umockdev
     151          /usr/share/doc/umockdev-&umockdev-version;
    147152        </seg>
    148153      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.