# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit latex-package DESCRIPTION="LaTeX Style for labels, visiting-cards, pins and flash-cards." SRC_URI="mirror://gentoo/${P}.tar.bz2" HOMEPAGE="http://tug.ctan.org/tex-archive/macros/latex/contrib/ticket/" LICENSE="LPPL-1.3c" SLOT="0" IUSE="" KEYWORDS="~alpha ~amd64 ~ppc ~ppc-macos ~sparc ~x86" DEPEND="!>=app-text/tetex-2.96" src_install() { latex-package_src_doinstall styles for i in `find tdf -maxdepth 1 -type f -name "*.tdf"` do insinto ${TEXMF}/tex/latex/${PN}/tdf doins $i || die "doins $i failed" done dodoc doc/ex_{file,flashcard,marks,pin,vcard}.{tex,pdf} dodoc README doc/{manual.pdf,words.tex} }