|
|
1 | # Copyright 1999-2002 Gentoo Technologies, Inc. |
|
|
2 | # Distributed under the terms of the GNU General Public License v2 |
| 1 | # Author Matthew Turk <satai@gentoo.org> |
3 | # Author Matthew Turk <satai@gentoo.org> |
|
|
4 | # $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.10 2002/10/25 19:57:51 vapier Exp $ |
| 2 | # |
5 | # |
| 3 | # This eClass is designed to be easy to use and implement. The vast majority of |
6 | # This eClass is designed to be easy to use and implement. The vast majority of |
| 4 | # LaTeX packages will only need to define SRC_URI (and sometimes S) for a |
7 | # LaTeX packages will only need to define SRC_URI (and sometimes S) for a |
| 5 | # successful installation. If fonts need to be installed, then the variable |
8 | # successful installation. If fonts need to be installed, then the variable |
| 6 | # SUPPLIER must also be defined. |
9 | # SUPPLIER must also be defined. |