# Copyright 1999-2002 Gentoo Technologies, Inc # Distributed under the terms of the GNU General Public License, v2 or later # Author Shachar Goldin # Maintainer Bart Verwilst # /space/gentoo/cvsroot/gentoo-x86/net-im/centericq/centericq-4.6.9.ebuild,v 1.1 2002/04/23 07:58:35 verwilst Exp S=${WORKDIR}/${P} 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" SLOT="0" RDEPEND="virtual/glibc >=sys-libs/ncurses-5.2 >=dev-libs/libsigc++-1.0.4" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" src_compile() { local myopts if [ "`use nls`" ] then myopts="--with-included-gettext" else myopts="--disable-nls" fi ./configure --prefix=/usr --host=${CHOST} ${myopts} || die emake || die } src_install () { make DESTDIR=${D} install || die dodoc ABOUT-NLS AUTHORS COPYING ChangeLog FAQ INSTALL README THANKS \ TODO }