opt/libaio/Pkgfile

16 lines
382 B
Plaintext
Raw Normal View History

2011-02-07 18:33:46 +01:00
# 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
2011-11-19 18:21:52 +01:00
source=(http://crux.s3.amazonaws.com/dist/$name-$version.tar.bz2)
2011-02-07 18:33:46 +01:00
build() {
cd $name-$version
sed -i '15,18s/^/#/' Makefile
make
make prefix=$PKG/usr install
}