# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.7 2002/05/18 17:25:12 agenkin Exp DESCRIPTION="A ncurses ICQ/Yahoo!/MSN/AIM/IRC Client" SRC_URI="http://konst.org.ua/download/${P}.tar.gz" HOMEPAGE="http://konst.org.ua/eng/software/centericq/info.html" LICENSE="GPL-2" RDEPEND="virtual/glibc >=sys-libs/ncurses-5.2 >=dev-libs/libsigc++-1.0.4" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" src_compile() { local myopts myopts="" use nls || myopts="--disable-nls" ./configure --prefix=/usr \ --host=${CHOST} \ --with-included-gettext \ ${myopts} || die emake || die } src_install () { make DESTDIR=${D} install || die dodoc ABOUT-NLS AUTHORS ChangeLog COPYING FAQ INSTALL README THANKS TODO }