# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/libdnsres-0.1a-r1.ebuild,v 1.10 2012/11/29 05:03:35 pinkbyte Exp $ inherit eutils autotools DESCRIPTION="A non-blocking DNS resolver library" HOMEPAGE="http://www.monkey.org/~provos/libdnsres/" SRC_URI="http://www.monkey.org/~provos/${P}.tar.gz" LICENSE="BSD-4" SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" IUSE="" DEPEND="dev-libs/libevent" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-autotools.patch" eautoreconf } src_install() { emake DESTDIR="${D}" install || die "make install failed" dodoc README }