summaryrefslogtreecommitdiff
blob: 94572aca03e03ea1bc9a3d7207e1e99808d56b12 (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
# Copyright 1999-2003 Gentoo Technologies, Inc.
# 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.2 2003/09/05 22:37:21 msterret Exp $

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"
RDEPEND=""

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

src_install() {
	./install-cedilla || die "Install failed"

	newman cedilla.man cedilla.1
	dodoc COPYING NEWS README

}