|
|
# 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" |
|
|
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 |
} | } |