|
|
# 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/net-im/ekg2/ekg2-20061007.ebuild,v 1.1 2006/10/09 20:09:09 sekretarz Exp $ | # $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" | DESCRIPTION="Text based Instant Messenger client that supports many protocols like Jabber and Gadu-Gadu" |
HOMEPAGE="http://www.ekg2.org/" | HOMEPAGE="http://www.ekg2.org/" |
SRC_URI="http://www.ekg2.org/archive/${P}.tar.gz" | SRC_URI="http://www.ekg2.org/archive/${P}.tar.gz" |
|
|
spell? ( >=app-text/aspell-0.50.5 ) | spell? ( >=app-text/aspell-0.50.5 ) |
!nogg? ( net-libs/libgadu ) | !nogg? ( net-libs/libgadu ) |
gsm? ( >=media-sound/gsm-1.0.10 ) | 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() { | src_compile() { |
| |