# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Maintainer: # $Header: /var/cvsroot/gentoo-x86/dev-tex/elsevier/elsevier-0.1.ebuild$ inherit latex-package S=${WORKDIR}/elsevier DESCRIPTION="Elsevier LaTeX package for articles in the Elsevier Journal style." SRC_URI="ftp://ftp.dante.de/tex-archive/macros/latex/contrib/elsevier.zip" HOMEPAGE="http://authors.elsevier.com/GuideForAuthors.html?PubID=215&dc=GFA" LICENSE="??" SLOT="0" KEYWORDS="x86 ~ppc ~amd64 ~sparc" IUSE="" src_install () { latex-package_src_doinstall all cd ${S} dodoc instraut.* README sample.tex model-* template-* }