# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit flag-o-matic S=${WORKDIR}/${P} DESCRIPTION="A thesaurus lib, tool and database" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://sf.net/projects/aiksaurus" SLOT="0" LICENSE="GPL-2" DEPEND="sys-devel/gcc RDEPEND="" KEYWORDS="x86 ppc sparc alpha" src_unpack() { unpack ${A} cd ${S}/base patch <${FILESDIR}/${PN}-0.15-gentoo.patch || die } src_compile() { filter-flags -fno-exceptions cd ${S} econf || die emake || die } src_install() { make DESTDIR=${D} install || die }