Index: ekg2-20061007.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-20061007.ebuild,v retrieving revision 1.1 diff -u -r1.1 ekg2-20061007.ebuild --- ekg2-20061007.ebuild 9 Oct 2006 20:09:09 -0000 1.1 +++ ekg2-20061007.ebuild 10 Dec 2006 13:34:09 -0000 @@ -2,6 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-20061007.ebuild,v 1.1 2006/10/09 20:09:09 sekretarz Exp $ +WANT_AUTOCONF=latest +WANT_AUTOMAKE=latest + +inherit autotools + DESCRIPTION="Text based Instant Messenger client that supports many protocols like Jabber and Gadu-Gadu" HOMEPAGE="http://www.ekg2.org/" SRC_URI="http://www.ekg2.org/archive/${P}.tar.gz" @@ -20,7 +25,17 @@ spell? ( >=app-text/aspell-0.50.5 ) !nogg? ( net-libs/libgadu ) gsm? ( >=media-sound/gsm-1.0.10 ) - python? ( >=dev-lang/python-2.3.3 )" + python? ( >=dev-lang/python-2.3.3 ) + virtual/libintl" + + +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}"/${P}-intl.patch + AT_M4DIR=m4 eautoreconf +} src_compile() {