summaryrefslogtreecommitdiff
path: root/libaio
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2011-02-07 18:33:46 +0100
committerJuergen Daubert <jue@jue.li>2011-02-07 18:33:46 +0100
commit0565c7ddd6d3d97051c5d2816398dd4db77685ff (patch)
treedebdaa9866b077d5d576703d1551fb8b82e7f728 /libaio
parent0de68eed47ecfa1ffb9d680174dadc41ef047791 (diff)
downloadopt-0565c7ddd6d3d97051c5d2816398dd4db77685ff.tar.gz
opt-0565c7ddd6d3d97051c5d2816398dd4db77685ff.tar.xz
libaio: initial release
Diffstat (limited to 'libaio')
-rw-r--r--libaio/.footprint8
-rw-r--r--libaio/.md5sum1
-rw-r--r--libaio/Pkgfile15
3 files changed, 24 insertions, 0 deletions
diff --git a/libaio/.footprint b/libaio/.footprint
new file mode 100644
index 000000000..c0b987445
--- /dev/null
+++ b/libaio/.footprint
@@ -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
diff --git a/libaio/.md5sum b/libaio/.md5sum
new file mode 100644
index 000000000..30b683967
--- /dev/null
+++ b/libaio/.md5sum
@@ -0,0 +1 @@
+14f3a22fc14118a48be80ab5ea974f49 libaio-0.3.109.tar.bz2
diff --git a/libaio/Pkgfile b/libaio/Pkgfile
new file mode 100644
index 000000000..7e2cfcf8d
--- /dev/null
+++ b/libaio/Pkgfile
@@ -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
+}

Generated by cgit