summaryrefslogtreecommitdiff
blob: 485c8b91c2b39828eef3e1d3295764ead008470d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/cedilla/cedilla-0.3.ebuild,v 1.6 2004/06/24 22:29:18 agriffis Exp $

inherit eutils

DESCRIPTION="Utf-8 to postscript converter."
HOMEPAGE="http://www.pps.jussieu.fr/~jch/software/cedilla/"
SRC_URI="http://www.pps.jussieu.fr/~jch/software/files/${P}.tar.gz"

KEYWORDS="x86"
SLOT="0"
LICENSE="GPL-2"
IUSE=""

DEPEND=">=dev-lisp/clisp-2.29
	>=sys-apps/sed-4"
RDEPEND=""

src_unpack() {
	unpack ${A}
	epatch ${FILESDIR}/cedilla-gentoo.patch
}
src_compile() {
	./compile-cedilla || die "Compile failed"
}

src_install() {
	sed -i 's#/var/tmp/portage/cedilla-0.3/image##g' ${S}/cedilla
	./install-cedilla || die "Install failed"

	newman cedilla.man cedilla.1
	dodoc NEWS README
}