summaryrefslogtreecommitdiff
blob: 1d6c047cf728fce09eb73de96c6d6165ea806aa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libaio/libaio-0.3.92.ebuild,v 1.5 2004/06/12 00:30:20 port001 Exp $

DESCRIPTION="Asynchronous input/output library that uses the kernels native interface"
#SRC_URI="mirror://gentoo/${P}.tar.bz2"
SRC_URI="http://www.kernel.org/pub/linux/kernel/people/bcrl/aio/${P}.tar.bz2"
HOMEPAGE="http://www.kernel.org/pub/linux/kernel/people/bcrl/aio/"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="-*"
IUSE="nls"

DEPEND=""

src_compile() {
	make || die
}

src_install() {
	make \
		prefix=${D}/usr \
		install || die
}