diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-10 23:30:34 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-10 23:30:34 +0200 |
commit | 1c589c413189008e534aec8948a35d5b1f8ac885 (patch) | |
tree | 6aa420d5eaa539172956759b1319ecd06ab35701 /extra/libaio/Pkgfile | |
parent | 9854588ea1431f391d5d9003c5811ca4925c703f (diff) | |
download | nutyx-extra-1c589c413189008e534aec8948a35d5b1f8ac885.tar.gz nutyx-extra-1c589c413189008e534aec8948a35d5b1f8ac885.tar.bz2 nutyx-extra-1c589c413189008e534aec8948a35d5b1f8ac885.tar.xz nutyx-extra-1c589c413189008e534aec8948a35d5b1f8ac885.zip |
Ajout de libaio#0.3.107-1
Diffstat (limited to 'extra/libaio/Pkgfile')
-rwxr-xr-x | extra/libaio/Pkgfile | 20 |
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 +} + |