quotchap-0.9f.ebuild 655 B

1234567891011121314151617181920212223242526
  1. # Copyright 1999-2008 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. inherit latex-package
  4. S=${WORKDIR}/quotchap
  5. DESCRIPTION="LaTeX package used to add quotes to chapters"
  6. # Taken from http://theory.uwinnipeg.ca/scripts/CTAN/macros/latex/contrib/quotchap.zip
  7. SRC_URI="mirror://gentoo/${P}.zip"
  8. HOMEPAGE="ftp://ftp.dante.de/tex-archive/help/Catalogue/entries/quotchap.html"
  9. LICENSE="LPPL-1.2"
  10. SLOT="0"
  11. KEYWORDS="x86 ppc ~amd64"
  12. IUSE=""
  13. DEPEND="app-arch/unzip"
  14. RDEPEND=""
  15. src_install () {
  16. export VARTEXFONTS="${T}/fonts"
  17. latex-package_src_doinstall all
  18. cd "${S}"
  19. dodoc 00readme.txt document.pdf document.tex
  20. }