diff options
author | Norbert Preining <preining@logic.at> | 2009-05-12 15:53:11 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-05-12 15:53:11 +0000 |
commit | 7e5585bcd4f8ba119cad8f0a7e13b6a7a610776f (patch) | |
tree | c48db3cea0e4511d09d0e7b7fdf7ef7a04f68f6e /Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc | |
parent | c84165218f94bc15a1441e91a421f4d070bc5eb7 (diff) |
Move most of the stuff from tlpkg, tlmgr from branch to trunk
git-svn-id: svn://tug.org/texlive/trunk@13054 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc new file mode 100644 index 00000000000..1a779a38da7 --- /dev/null +++ b/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc @@ -0,0 +1,34 @@ +name 00texlive.installation +category TLCore +longdesc This package serves two purposes: +longdesc +longdesc 1. at installation time the present values are taken as default for +longdesc the installer +longdesc +longdesc 2. on an installed system it serves as a configuration file. +longdesc We have to remember these settings for additional package +longdesc installation, removal, etc. +longdesc +longdesc The value of __MASTER__ for the location field tells the +longdesc installer to use the present directory itself. For example, +longdesc the DVD can be mounted anywhere and we want the installer to work. +longdesc +longdesc Concerning the 00* names: +longdesc All packages starting with 00texlive are considered virtual packages +longdesc in the sense that no containers are generated and these packages +longdesc are never split into .src and .doc sub-packages in the tlpdb. + +depend platform: +depend location:__MASTER__ +depend opt_paper:a4 +depend opt_create_formats:1 +depend opt_desktop_integration:0 +depend opt_file_assocs:0 +depend opt_post_code:1 +depend opt_w32_multi_user:1 +depend opt_path:0 +depend opt_sys_bin:/usr/local/bin +depend opt_sys_info:/usr/local/info +depend opt_sys_man:/usr/local/man +depend opt_install_docfiles:1 +depend opt_install_srcfiles:1 |