Ignore:
Timestamp:
04/11/2019 07:40:50 AM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
0e4ddfa
Parents:
adbd09b
Message:

Use sect1info for getting informations on LFS packages:

  • add sect1info sections to packagemanager.xml.xxx + various fixes
  • add templates in LFS/lfs.xsl for script start and script end:
    • script start: define variables containing package information

print disk usage
unpack and change dir

  • script end: print disk usage

remove build dir

  • remove the corresponding operations from master.sh
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pkgmngt/packageManager.xml.porg

    radbd09b r2758d94  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" >
     3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4<!ENTITY porg-version "0.10">
     5<!ENTITY porg-url "https://sourceforge.net/projects/porg/files/porg-&porg-version;.tar.gz">
     6<!ENTITY porg-md5 "2eceb8a73bb188dbb06b12d90cabdbb4">
     7]>
    48
    59<article>
     
    711<sect1 id="package">
    812  <title>Package Information</title>
    9         <para>Download: <ulink url="https://sourceforge.net/projects/porg/files/porg-0.10.tar.gz"/></para>
    10         <para>MD5 sum: <literal>2eceb8a73bb188dbb06b12d90cabdbb4</literal></para>
     13        <para>Download: <ulink url="&porg-url;"/></para>
     14        <para>MD5 sum: <literal>&porg-md5;</literal></para>
    1115</sect1>
    1216
    1317<sect1 id="ch-tools-pkgmngt" role="wrap">
    1418  <?dbhtml filename="porg.html"?>
     19
     20  <sect1info condition="script">
     21    <productname>porg</productname>
     22    <productnumber>&porg-version;</productnumber>
     23    <address>&porg-url;</address>
     24  </sect1info>
     25
    1526  <title>Porg in tools</title>
    1627  <sect2 role="installation">
     
    6071<sect1 id="ch-system-pkgmngt" role="wrap">
    6172  <?dbhtml filename="porg.html"?>
     73
     74  <sect1info condition="script">
     75    <productname>porg</productname>
     76    <productnumber>&porg-version;</productnumber>
     77    <address>&porg-url;</address>
     78  </sect1info>
     79
    6280  <title>Final Porg</title>
    6381  <sect2 role="installation">
Note: See TracChangeset for help on using the changeset viewer.