/[gentoo-x86]/dev-tex/csindex/csindex-2.11c-r1.ebuild
Gentoo

Contents of /dev-tex/csindex/csindex-2.11c-r1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Sat Dec 3 10:52:46 2011 UTC (18 months, 2 weeks ago) by hwoarang
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -2 lines
Stable on amd64 wrt bug #391621

(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

1 # Copyright 1999-2011 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/dev-tex/csindex/csindex-2.11c-r1.ebuild,v 1.2 2011/12/01 19:51:38 phajdan.jr Exp $
4
5 EAPI=3
6
7 inherit toolchain-funcs eutils
8
9 MY_P="${PN}-19980713"
10
11 DESCRIPTION="Utility for creating Czech/Slovak-sorted LaTeX index-files"
12 HOMEPAGE="http://math.feld.cvut.cz/olsak/cstex/"
13 SRC_URI="ftp://math.feld.cvut.cz/pub/cstex/base/${MY_P}.tar.gz"
14
15 LICENSE="MakeIndex"
16 SLOT="0"
17 KEYWORDS="amd64 x86"
18 IUSE=""
19
20 DEPEND=""
21 RDEPEND=""
22
23 S=${WORKDIR}/${MY_P}
24
25 src_prepare() {
26 epatch "${FILESDIR}/${P}-flags.patch" \
27 "${FILESDIR}/${P}-decl.patch"
28 }
29
30 src_compile() {
31 emake CC="$(tc-getCC)" || die "make failed"
32 }
33
34 src_install() {
35 dobin csindex || die
36 dodoc README
37 }

  ViewVC Help
Powered by ViewVC 1.1.20