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

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

fixed dot.vtlpkg.conf.in

Line 
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
26## set external dependencies (optional)
27## default: ASYMPTOTE_PACKAGE=
28#ASYMPTOTE_PACKAGE=asymptote
29## default: DETEX_PACKAGE=
30#DETEX_PACKAGE=detex
31## default: DVIPNG_PACKAGE=
32#DVIPNG_PACKAGE=dvipng
33## default: LATEXMK_PACKAGE=
34#LATEXMK_PACKAGE=latexmk
35## default: LCDF_TYPETOOLS_PACKAGE=
36#LCDF_TYPETOOLS_PACKAGE=lcdf-typetools
37## default: PSUTILS_PACKAGE=
38#PSUTILS_PACKAGE=psutils
39## default: T1UTILS_PACKAGE=
40#T1UTILS_PACKAGE=t1utils
41
42## customize some commands if you need (optional)
43#__echo=/bin/echo
44
45## end of file
Note: See TracBrowser for help on using the repository browser.