16 lines
382 B
Plaintext
16 lines
382 B
Plaintext
# Description: Native asynchronous I/O (AIO) support library
|
|
# URL: http://lse.sourceforge.net/io/aio.html
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
|
|
|
name=libaio
|
|
version=0.3.109
|
|
release=1
|
|
source=(http://crux.s3.amazonaws.com/dist/$name-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
sed -i '15,18s/^/#/' Makefile
|
|
make
|
|
make prefix=$PKG/usr install
|
|
}
|