summaryrefslogtreecommitdiffstats
path: root/base/libaio
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-06 22:42:50 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-06 22:42:50 +0100
commit8ba3c09de8a27ae226c5e63503d5ff270156c738 (patch)
tree88f0e0981da9e61f749b9e5e6c140d4e9fa3561c /base/libaio
parent23fc9998447837de25bfd874e9d0fe11d0a63b33 (diff)
downloadnutyx-pakxe-8ba3c09de8a27ae226c5e63503d5ff270156c738.tar.gz
nutyx-pakxe-8ba3c09de8a27ae226c5e63503d5ff270156c738.tar.bz2
nutyx-pakxe-8ba3c09de8a27ae226c5e63503d5ff270156c738.tar.xz
nutyx-pakxe-8ba3c09de8a27ae226c5e63503d5ff270156c738.zip
libaio, déplacé dans base
Diffstat (limited to 'base/libaio')
-rw-r--r--base/libaio/.footprint8
-rw-r--r--base/libaio/.md5sum1
-rwxr-xr-xbase/libaio/Pkgfile19
3 files changed, 28 insertions, 0 deletions
diff --git a/base/libaio/.footprint b/base/libaio/.footprint
new file mode 100644
index 000000000..5ba16204e
--- /dev/null
+++ b/base/libaio/.footprint
@@ -0,0 +1,8 @@
+drwxr-xr-x root/root lib/
+-rw-r--r-- root/root lib/libaio.a
+lrwxrwxrwx root/root lib/libaio.so -> libaio.so.1.0.1
+lrwxrwxrwx root/root lib/libaio.so.1 -> libaio.so.1.0.1
+-rwxr-xr-x root/root lib/libaio.so.1.0.1
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/libaio.h
diff --git a/base/libaio/.md5sum b/base/libaio/.md5sum
new file mode 100644
index 000000000..e1f60e7e0
--- /dev/null
+++ b/base/libaio/.md5sum
@@ -0,0 +1 @@
+db32c19c61ca937bcb1ba48da9180682 libaio_0.3.107.orig.tar.gz
diff --git a/base/libaio/Pkgfile b/base/libaio/Pkgfile
new file mode 100755
index 000000000..58dbdb29d
--- /dev/null
+++ b/base/libaio/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Librairie native au noyau d'entrees/sorties asynchrones
+# URL: http://ftp.debian.org/debian/pool/main/liba/libaio/
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+
+name=libaio
+version=0.3.107
+release=1
+source=(http://ftp.debian.org/debian/pool/main/liba/$name/libaio_$version.orig.tar.gz)
+
+build() {
+cd $name-$version
+ make
+ make prefix=$PKG/usr install
+ mkdir -p $PKG/lib
+ mv $PKG/usr/lib/* $PKG/lib
+ rm -rf $PKG/usr/lib
+}
+