# txt2docbook/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package has been repacked to add a top-level directory. The original version was obtained from: https://downloads.sourceforge.net/txt2docbook/txt2docbook-0.91.zip #--------------------------------------------------------------------- 2. Sample usage: For this test, both "xmlto" and "fop" are required. Start with a text file named "samplet2db.txt" which contains "txt2doc- book" markup. NAME=samplet2db rm -fr $NAME.{fo,pdf,xml} # This should create "samplet2db.xml" txt2docbook $NAME.txt > $NAME.xml # This should create "$NAME.fo" xmlto fo $NAME.xml -o . # This should create "$NAME.pdf" fop $NAME.fo $NAME.pdf rm -fr $NAME.{fo,xml} #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.02 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.02 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.03 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM #--------------------------------------------------------------------- [settings] configure = none license = See "license*.txt" in installed tree licfile = LICENSE.txt tmpsize = 1M #--------------------------------------------------------------------- [depends] perl #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc PROGDIR=$PKGDIR_PROD/program mkdir -p $BINDIR $DOCDIR $PROGDIR sed -e 's@LICENSE.TXT@LICENSE.txt@' \ -i *.pl *.txt chmod 755 txt2docbook.pl mv txt2docbook.pl $BINDIR/txt2docbook cp -p * $PROGDIR/ #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = repacked # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 180716 Added package. Started with 0.91.