Author: bdubbs Date: Wed Oct 24 16:03:55 2018 New Revision: 20651 Log: Fix cbindgen url
Modified: trunk/BOOK/general/prog/cbindgen.xml Modified: trunk/BOOK/general/prog/cbindgen.xml ============================================================================== --- trunk/BOOK/general/prog/cbindgen.xml Wed Oct 24 10:49:37 2018 (r20650) +++ trunk/BOOK/general/prog/cbindgen.xml Wed Oct 24 16:03:55 2018 (r20651) @@ -4,8 +4,8 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY cbindgen-download-http "https://github.com/eqrion/cbindgen/archive/v&cbindgen-version;.tar.gz"> - <!ENTITY cbindgen-download-ftp ""> + <!ENTITY cbindgen-download-http "https://github.com/eqrion/cbindgen/archive/v&cbindgen-version;/cbindgen-&cbindgen-version;.tar.gz"> + <!ENTITY cbindgen-download-ftp " "> <!ENTITY cbindgen-md5sum "59b31c737722e3becbac3c80c02bbeab"> <!ENTITY cbindgen-size "86 KB"> <!ENTITY cbindgen-buildsize "78 MB (add 300MB for the testsuite) "> @@ -69,7 +69,7 @@ </para> </listitem> </itemizedlist> - +<!-- <note> <para> The <application>cbindgen</application> source tarball shown above @@ -83,7 +83,7 @@ -O cbindgen-&cbindgen-version;.tar.gz</userinput></screen>. </para> </note> - +--> <bridgehead renderas="sect3">cbindgen Dependencies</bridgehead> <bridgehead renderas="sect4">Required</bridgehead> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
