# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCPRIPTION="Cedilla is a simple text printer that uses Unicode internally." 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="$DEPEND" src_unpack() { unpack ${A} ; cd ${S} epatch ${FILESDIR}/cedilla-gentoo.patch } src_compile() { cd ${S}; ./compile-cedilla || die "Compile failed" } src_install() { ./install-cedilla || die "Install failed" newman cedilla.man cedilla.1 dodoc COPYING NEWS README }