# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit latex-package MY_P=${P/-/} MY_P=${MY_P/./} DESCRIPTION="LaTeX package for line breaking of equations." HOMEPAGE="http://www.ams.org" SRC_URI="ftp://ftp.ams.org/pub/tex/${MY_P}.tgz" LICENSE="as-is" SLOT="0" IUSE="" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~amd64" S=${WORKDIR}/${MY_P} pkg_preinst() { insinto ${TEXMF}/tex/latex/${PN} doins ${S}/*.sym dodoc ${S}/*.txt }