source: general.ent@ 94ec149

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 94ec149 was 94ec149, checked in by Pierre Labastie <pieere@…>, 4 years ago

Add a switch to chapter 6 ncurses' configure so that it does not install
compressed manpages if the host distro has compressed manpages

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11932 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.5 KB
RevLine 
[94ec149]1<!ENTITY version "20200613-cross2">
[1118b17]2<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
3 Change to x.y for release but not -rc releases -->
[f7ca699b]4<!ENTITY generic-version "cross-chap5"> <!-- Use "development" or "x.y[-pre{x}]" -->
[1118b17]5
[94ec149]6<!ENTITY versiond "20200613-cross2-systemd">
[1118b17]7<!ENTITY short-versiond "systemd">
[94ec149]8<!ENTITY generic-versiond "20200613-cross2-systemd">
[1118b17]9
[94ec149]10<!ENTITY releasedate "June 13th, 2020">
[5fa3da5]11
[aa86d1b]12<!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
[287ea55]13
[ad7abdc]14<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
15<!ENTITY blfs-root "&lfs-root;blfs/">
[bb189b0]16<!ENTITY blfs-book "&blfs-root;view/&short-version;/">
[ad7abdc]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 patches-root "&lfs-root;patches/lfs/&generic-version;/">
21<!ENTITY downloads-root "&lfs-root;lfs/downloads/&generic-version;/">
22<!ENTITY livecd-root "&lfs-root;livecd/">
23<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
24<!ENTITY errata "&lfs-root;lfs/errata/&generic-version;/">
[ffbeb5f]25<!ENTITY min-kernel "3.2">
[1118b17]26
27<!ENTITY patches-rootd "&lfs-root;patches/lfs/&generic-versiond;/">
28<!ENTITY downloads-rootd "&lfs-root;lfs/downloads/&generic-versiond;/">
29<!ENTITY test-resultsd "&lfs-root;lfs/build-logs/&generic-versiond;/">
30<!ENTITY erratad "&lfs-root;lfs/errata/&generic-versiond;/">
31
[2bd778e9]32<!ENTITY lfs-ticket-root "http://wiki.linuxfromscratch.org/lfs/ticket/">
[287ea55]33
[a0afc1b]34<!ENTITY anduin-sources "http://anduin.linuxfromscratch.org/LFS">
[287ea55]35
[ad7abdc]36<!ENTITY buildtime "Approximate build time">
37<!ENTITY diskspace "Required disk space">
38<!ENTITY dependencies "Installation depends on">
39<!ENTITY testsuites "Test suite depends on">
40<!ENTITY before "Must be installed before">
41<!ENTITY external "Optional dependencies">
42
43<!ENTITY gnu "http://ftp.gnu.org/gnu/">
44<!ENTITY gnu-software "http://www.gnu.org/software/">
45<!ENTITY alpha-gnu "http://alpha.gnu.org/gnu/">
[a57d556]46<!ENTITY kernel "https://www.kernel.org/pub/">
[f448389]47<!ENTITY sourceforge "https://prdownloads.sourceforge.net/">
[eec8fcb]48<!ENTITY savannah "http://download.savannah.gnu.org">
[7733d35]49<!ENTITY savannah-nongnu "https://savannah.nongnu.org">
50<!ENTITY github "https://github.com">
[0b64d38]51
[3439119b]52<!ENTITY % packages-entities SYSTEM "packages.ent">
53%packages-entities;
54
[ca17032]55<!ENTITY % patches-entities SYSTEM "patches.ent">
56%patches-entities;
Note: See TracBrowser for help on using the repository browser.