From e638e7b4c6ba47355abdbb7aface20f776dfc683 Mon Sep 17 00:00:00 2001 From: Mamoru Komachi Date: Wed, 18 Aug 2004 00:10:30 +0000 Subject: Version bumped. This closes bug #58167. --- dev-tex/koma-script/koma-script-20040616.ebuild | 31 +++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dev-tex/koma-script/koma-script-20040616.ebuild (limited to 'dev-tex/koma-script/koma-script-20040616.ebuild') diff --git a/dev-tex/koma-script/koma-script-20040616.ebuild b/dev-tex/koma-script/koma-script-20040616.ebuild new file mode 100644 index 000000000000..408aa875bf2d --- /dev/null +++ b/dev-tex/koma-script/koma-script-20040616.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/koma-script/koma-script-20040616.ebuild,v 1.1 2004/08/18 00:10:29 usata Exp $ + +inherit latex-package + +S=${WORKDIR}/${PN} + +DESCRIPTION="LaTeX package with german adaptions of common (english) classes" +# Taken from: ftp://ftp.dante.de/tex-archive/macros/latex/contrib/${PN}.tar.gz +SRC_URI="mirror://gentoo/${P}.tar.gz" +HOMEPAGE="ftp://ftp.dante.de/tex-archive/help/Catalogue/entries/koma-script.html" +LICENSE="LPPL-1.2" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~sparc ~ppc" +IUSE="" + +src_compile() { + make -f Makefile.unx || die +} + +src_install () { + dodir /usr/share/doc/${PF} + yes | make -f Makefile.unx \ + INSTALLTEXMF=${D}/usr/share/texmf \ + DOCDIR=${D}/usr/share/doc/${PF} \ + TEXHASH="" install || die + #dodoc 00* *.TXT *.txt + #insinto /usr/share/doc/${PF} + #doins *.xml *.pdf +} -- cgit v1.2.3-65-gdbad