# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ ECVS_SERVER="cvs.sourceforge.net:/cvsroot/sim-icq" ECVS_MODULE="sim" ECVS_USER="anonymous" inherit eutils flag-o-matic multilib cvs DESCRIPTION="An ICQ v8 Client. Supports File Transfer, Chat, Server-Side Contactlist." HOMEPAGE="http://sim-icq.sourceforge.net" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="ssl kde debug" DEPEND="${RDEPEND} sys-devel/flex =sys-devel/automake-1.7* =sys-devel/autoconf-2.5* " RDEPEND="x11-libs/qt kde? ( || ( kde-base/kdebase-data kde-base/kdebase ) ) ssl? ( dev-libs/openssl ) dev-libs/libxslt" src_unpack() { cvs_src_unpack } src_compile() { cd ${WORKDIR}/${PN} emake -f admin/Makefile.common econf `use_enable ssl openssl` \ `use_enable kde` \ `use_enable debug` || die "econf failed" make clean || die emake || die "emake failed" } src_install() { cd "${WORKDIR}"/"${PN}" emake DESTDIR="${D}" install dodoc TODO README ChangeLog AUTHORS }