# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="non-blocking IO library" HOMEPAGE="http://www.zigamorph.net/libnbio/" SRC_URI="http://www.zigamorph.net/${PN}/files/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="" src_unpack() { unpack ${A} epatch "${FILESDIR}"/${P}-qa-fixes.patch } src_install() { make DESTDIR="${D}" install || die "make install failed" }