# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libaio/libaio-0.3.104.ebuild,v 1.1 2005/10/11 23:35:24 vapier Exp $ inherit eutils multilib DESCRIPTION="Asynchronous input/output library that uses the kernels native interface" HOMEPAGE="http://www.kernel.org/pub/linux/kernel/people/andrea/libaio/" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~s390 ~x86" IUSE="" DEPEND="" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-build.patch sed -i -e "s:/lib/:/$(get_libdir)/:g" src/Makefile } src_install() { make prefix="${D}"/usr install || die doman man/* dodoc ChangeLog TODO }