Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/usbutils.xml

    r65164ed r8558044  
    55  %general-entities;
    66
    7   <!ENTITY usbutils-download-http "https://github.com/gregkh/usbutils/archive/v&usbutils-version;/usbutils-&usbutils-version;.tar.gz">
     7  <!ENTITY usbutils-download-http "&kernel-dl;/linux/utils/usb/usbutils/usbutils-&usbutils-version;.tar.xz">
    88  <!ENTITY usbutils-download-ftp  " ">
    9   <!ENTITY usbutils-md5sum        "112eafa991e55229b9f48b90c290a0e2">
    10   <!ENTITY usbutils-size          "120 KB">
    11   <!ENTITY usbutils-buildsize     "4.3 MB">
     9  <!ENTITY usbutils-md5sum        "f21aa68ee7870b161921a590be7765e6">
     10  <!ENTITY usbutils-size          "162 KB">
     11  <!ENTITY usbutils-buildsize     "3.0 MB">
    1212  <!ENTITY usbutils-time          "0.1 SBU">
    1313]>
     
    1616  <?dbhtml filename="usbutils.html"?>
    1717
     18  <sect1info>
     19    <date>$Date$</date>
     20  </sect1info>
    1821
    1922  <title>usbutils-&usbutils-version;</title>
     
    3235    </para>
    3336
    34     &lfs112_checked;
     37    &lfs110a_checked;
    3538
    3639    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8285    <bridgehead renderas="sect4">Required</bridgehead>
    8386    <para role="required">
    84       <xref linkend="libusb"/>
    85     </para>
    86 
    87     <bridgehead renderas="sect4">Recommended</bridgehead>
    88     <para role="recommended">
    89 <!-- git is required by autogen.sh. If using the tarball on kernel.org,
    90      autogen.sh does not need to be run. If using the github source,
    91      autogen.sh needs to be run, and git is used to pull the usbhid-dump
    92      submodule. -->
    93       <xref linkend="git"/> and
     87      <xref linkend="libusb"/> and
    9488      <xref linkend="wget"/>
    95 <!-- In the systemd book, a unit/timer is installed to update the
    96      usb.ids file automatically. wget is used in the instructions below. -->
    97     </para>
    98 
     89      <!-- In the systemd book, a unit/timer is installed to update the
     90      usb.ids file automatically.
     91
     92      wget is used in the instructions below.
     93      -->
     94    </para>
     95
     96<!-- lsusb.py has been ported to Python 3, and it is the only Python user
     97    <bridgehead renderas="sect4">Required Runtime</bridgehead>
     98    <para role="required">
     99      <xref role="runtime" linkend="python2"/>
     100    </para>
     101-->
    99102    <para condition="html" role="usernotes">User Notes:
    100103      <ulink url="&blfs-wiki;/usbutils"/>
     
    110113    </para>
    111114
    112 <screen><userinput>autoreconf -fiv &amp;&amp;
    113 
    114 ./configure --prefix=/usr --datadir=/usr/share/hwdata &amp;&amp;
     115<screen><userinput>./configure --prefix=/usr --datadir=/usr/share/hwdata &amp;&amp;
    115116make</userinput></screen>
    116117
Note: See TracChangeset for help on using the changeset viewer.