libaio: initial release

This commit is contained in:
Juergen Daubert 2011-02-07 18:33:46 +01:00
parent 0de68eed47
commit 0565c7ddd6
3 changed files with 24 additions and 0 deletions

8
libaio/.footprint Normal file
View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/libaio.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libaio.a
lrwxrwxrwx root/root usr/lib/libaio.so -> libaio.so.1.0.1
lrwxrwxrwx root/root usr/lib/libaio.so.1 -> libaio.so.1.0.1
-rwxr-xr-x root/root usr/lib/libaio.so.1.0.1

1
libaio/.md5sum Normal file
View File

@ -0,0 +1 @@
14f3a22fc14118a48be80ab5ea974f49 libaio-0.3.109.tar.bz2

15
libaio/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# 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=(ftp://ftp.kernel.org/pub/linux/libs/aio/$name-$version.tar.bz2)
build() {
cd $name-$version
sed -i '15,18s/^/#/' Makefile
make
make prefix=$PKG/usr install
}