source: clfs-sysroot/BOOK/general.ent @ 6c98d4f

Last change on this file since 6c98d4f was 6c98d4f, checked in by Joe Ciccone <jciccone@…>, 18 years ago

Added a reference to the perl cross_compile patch to the needed patches page and changed the generic version to svn-2.0

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[02095ae]1<?xml version="1.0" encoding="ISO-8859-1"?>
2
[ce5e18f]3<!ENTITY major-version "2">
4<!ENTITY minor-version "0">
[3908fc6]5<!ENTITY extra-version "0">
[ce5e18f]6
[3908fc6]7<!ENTITY version "SVN-&major-version;.&minor-version;.&extra-version;-20060628">
8<!ENTITY releasedate "June 28, 2006">
9<!ENTITY milestone "2.0.0">
[6c98d4f]10<!ENTITY generic-version "svn-2.0"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
[ce5e18f]11
[02095ae]12<!ENTITY version-ARM "&version;-ARM">
13
14<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
15<!ENTITY clfs-root "http:/trac.cross-lfs.org/">
16<!ENTITY blfs-root "&lfs-root;blfs/">
17<!ENTITY faq-root "&lfs-root;faq/">
18<!ENTITY hints-root "&lfs-root;hints/downloads/files/">
19<!ENTITY hints-index "&lfs-root;hints/list.html">
20<!ENTITY livecd-root "&lfs-root;livecd/">
21<!ENTITY test-results "&clfs-root;clfs/build-logs/&generic-version;/">
22<!ENTITY errata "&clfs-root;clfs/errata/&generic-version;/">
23
24<!ENTITY gnu "http://ftp.gnu.org/gnu/">
25<!ENTITY gnu-software "http://www.gnu.org/software/">
26<!ENTITY alpha-gnu "ftp://alpha.gnu.org/gnu/">
27<!ENTITY redhat "ftp://sources.redhat.com/pub/">
28<!ENTITY kernel "http://www.kernel.org/pub/">
29<!ENTITY sourceforge "http://prdownloads.sourceforge.net/">
30
31<!ENTITY dependencies "Installation depends on">
32<!ENTITY testsuites "Test suite depends on">
33<!ENTITY before "Must be installed before">
34
35<!ENTITY % packages-entities SYSTEM "packages.ent">
36%packages-entities;
37
38<!ENTITY % patches-entities SYSTEM "patches.ent">
39%patches-entities;
Note: See TracBrowser for help on using the repository browser.