You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
599 B

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/curve-1.7.ebuild,v 1.7 2004/12/28 20:49:45 absinthe Exp $
inherit latex-package
S=${WORKDIR}/${PN}
DESCRIPTION="LaTeX style for a CV (curriculum vitae) with flavour option"
SRC_URI="mirror://gentoo/${P}.tar.gz"
HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/curve/"
LICENSE="LPPL-1.2"
IUSE=""
SLOT="0"
KEYWORDS="x86 ppc ~sparc amd64"
src_install() {
latex-package_src_doinstall styles
dodoc *.tex *.pdf README NEWS
}