Ignore:
Timestamp:
02/28/2009 12:21:01 AM (15 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d7fb031b
Parents:
aff3caf0
Message:

Fixed typos in the libusb-compat instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libusb-compat.xml

    raff3caf0 r93211d2  
    55  %general-entities;
    66
    7   <!ENTITY libusb-compat-download-http "&sources-anduin-http;/l/libusb-compat-&libusb-compat-version;.tar.bz2">
     7  <!ENTITY libusb-compat-download-http "&sourceforge-repo;/libusb/libusb-compat-&libusb-compat-version;.tar.bz2">
    88  <!ENTITY libusb-compat-download-ftp  "&sources-anduin-ftp;/l/libusb-compat-&libusb-compat-version;.tar.bz2">
    99  <!ENTITY libusb-compat-md5sum        "652e1d9e6c6912fd924a5ad204f6d48b">
     
    3131
    3232    <para>The <application>libusb-compat</application> package aims to look,
    33     feel and behave exactly like libusb-0.1. It is needed by older packages that
    34     have not upgraded to <application>libusb-1</application>.</para>
     33    feel and behave exactly like libusb-0.1. It is a compatibility layer needed
     34    by packages that have not upgraded to the
     35    <application>libusb-1</application> API.</para>
    3536
    3637    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6768
    6869  <sect2 role="installation">
    69     <title>Installation of libusb</title>
     70    <title>Installation of libusb-compat</title>
    7071
    71     <para>Install <application>libusb-compat</application> by running the following
    72     commands:</para>
     72    <para>Install <application>libusb-compat</application> by running the
     73    following commands:</para>
    7374
    7475<screen><userinput>./configure --prefix=/usr &amp;&amp;
     
    9394      <seglistitem>
    9495        <seg>libusb-config</seg>
    95         <seg>libusb.{so,a}</seg>
     96        <seg>libusb-0.1.so and libusb.a</seg>
    9697        <seg>None</seg>
    9798      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.