# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnustep DESCRIPTION="An asynchronous networking library that works on OS X and GNUstep" HOMEPAGE="http://netclasses.aeruder.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="${GS_DEPEND}" RDEPEND="${GS_RDEPEND}" egnustep_install_domain "Local" src_compile() { cd ${S} econf egnustep_src_compile }