View | Details | Raw Unified
Collapse All | Expand All

(-) verbiste-0.1.14.ebuild.orig (-1 / +8 lines)
 Lines 2-7    Link Here 
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/verbiste-0.1.14.ebuild,v 1.2 2006/02/25 18:22:20 tester Exp $
# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/verbiste-0.1.14.ebuild,v 1.2 2006/02/25 18:22:20 tester Exp $
inherit autotools eutils
DESCRIPTION="French conjugation system"
DESCRIPTION="French conjugation system"
HOMEPAGE="http://www3.sympatico.ca/sarrazip/dev/verbiste.html"
HOMEPAGE="http://www3.sympatico.ca/sarrazip/dev/verbiste.html"
SRC_URI="http://www3.sympatico.ca/sarrazip/dev/${P}.tar.gz"
SRC_URI="http://www3.sympatico.ca/sarrazip/dev/${P}.tar.gz"
 Lines 16-24    Link Here 
	gnome? ( >=gnome-base/gnome-panel-2.0
	gnome? ( >=gnome-base/gnome-panel-2.0
		>=gnome-base/libgnomeui-2.0 )"
		>=gnome-base/libgnomeui-2.0 )"
src_compile() {
src_unpack() {
	unpack ${A}
	cd ${S}
	cd ${S}
	epatch "${FILESDIR}/${P}-as-needed.patch"
	AT_M4DIR="${S}/macros" eautoreconf
}
src_compile() {
	econf $(use_with gnome) || die
	econf $(use_with gnome) || die
	emake || die
	emake || die
}
}