summaryrefslogtreecommitdiffstats
path: root/extra/libaio
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-10 23:30:34 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-10 23:30:34 +0200
commit1c589c413189008e534aec8948a35d5b1f8ac885 (patch)
tree6aa420d5eaa539172956759b1319ecd06ab35701 /extra/libaio
parent9854588ea1431f391d5d9003c5811ca4925c703f (diff)
downloadnutyx-pakxe-1c589c413189008e534aec8948a35d5b1f8ac885.tar.gz
nutyx-pakxe-1c589c413189008e534aec8948a35d5b1f8ac885.tar.bz2
nutyx-pakxe-1c589c413189008e534aec8948a35d5b1f8ac885.tar.xz
nutyx-pakxe-1c589c413189008e534aec8948a35d5b1f8ac885.zip
Ajout de libaio#0.3.107-1
Diffstat (limited to 'extra/libaio')
-rwxr-xr-xextra/libaio/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/libaio/Pkgfile b/extra/libaio/Pkgfile
new file mode 100755
index 000000000..d2106dc03
--- /dev/null
+++ b/extra/libaio/Pkgfile
@@ -0,0 +1,20 @@
+# 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
+# Depends on:
+
+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
+}
+