# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="an iostream based C++ socket library. It is ideally suited for use as the underlying transport for Atlas-C++" HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/skstream" SRC_URI="mirror://sourceforge/worldforge/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" SLOT="0" DEPEND=">=dev-util/cppunit-1.6.1" src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO }