# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 #inherit gnome2 eutils DESCRIPTION="Winefish LaTeX Editor based on Bluefish" HOMEPAGE="http://winefish.berlios.de/" LICENSE="GPL" DOCS="README" SRC_URI="http://download.berlios.de/${PN}/${P}-5.tgz" IUSE="" SLOT="0" KEYWORDS="~x86" RDEPEND="" DEPEND=" x11-libs/gtk+ app-text/tetex " PROVIDE="app-text/winefish" src_unpack(){ unpack ${A} cd ${S}-5 #epatch ${FILESDIR}/${P}.patch #autoconf || die "autoconf failed" #automake || die "automake failed" #libtoolize --force || die "libtoolize failed" } src_compile() { cd ${S}-5 econf || die "econf failed" make } src_install() { cd ${S}-5 make install DESTDIR=${D} }