source: projects/texlive-vtlpkg/trunk/dot.vtlpkg.conf.in @ 5259

Revision 5259, 1.1 KB checked in by munepi, 12 years ago (diff)

fixed dot.vtlpkg.conf.in

RevLine 
[1496]1##
2## texlive-vtlpkg configuration file
3##
4## This configuration is read at the startup of texlive-vtlpkg.
5
6## set your vendor
7## default: RPM_VENDOR=@@VTLPKG_RPM_VENDOR@@
8RPM_VENDOR=@@VTLPKG_RPM_VENDOR@@
9
10## set your distribution
11## default: RPM_DISTRIBUTION=@@VTLPKG_RPM_DISTRIBUTION@@
12RPM_DISTRIBUTION=@@VTLPKG_RPM_DISTRIBUTION@@
13
14## set your name and your e-mail address
15## default: RPM_GPG_NAME="YOUR NAME <your@email.address>"
16RPM_GPG_NAME=""
17
18## set your packager id
19## default: RPM_PACKAGER=your_id
20RPM_PACKAGER=
21
22## set the top of your rpm directory
23## default: RPM_TOPDIR=@@VTLPKG_RPM_TOPDIR@@
24RPM_TOPDIR=@@VTLPKG_RPM_TOPDIR@@
25
[5242]26## set external dependencies (optional)
[5259]27## default: ASYMPTOTE_PACKAGE=
[5246]28#ASYMPTOTE_PACKAGE=asymptote
[5259]29## default: DETEX_PACKAGE=
[5242]30#DETEX_PACKAGE=detex
[5259]31## default: DVIPNG_PACKAGE=
[5242]32#DVIPNG_PACKAGE=dvipng
[5259]33## default: LATEXMK_PACKAGE=
[5242]34#LATEXMK_PACKAGE=latexmk
[5259]35## default: LCDF_TYPETOOLS_PACKAGE=
[5242]36#LCDF_TYPETOOLS_PACKAGE=lcdf-typetools
[5259]37## default: PSUTILS_PACKAGE=
[5242]38#PSUTILS_PACKAGE=psutils
[5259]39## default: T1UTILS_PACKAGE=
[5242]40#T1UTILS_PACKAGE=t1utils
41
42## customize some commands if you need (optional)
[5075]43#__echo=/bin/echo
44
[1496]45## end of file
Note: See TracBrowser for help on using the repository browser.