diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 22:42:50 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 22:42:50 +0100 |
commit | 8ba3c09de8a27ae226c5e63503d5ff270156c738 (patch) | |
tree | 88f0e0981da9e61f749b9e5e6c140d4e9fa3561c /base/libaio/Pkgfile | |
parent | 23fc9998447837de25bfd874e9d0fe11d0a63b33 (diff) | |
download | nutyx-extra-8ba3c09de8a27ae226c5e63503d5ff270156c738.tar.gz nutyx-extra-8ba3c09de8a27ae226c5e63503d5ff270156c738.tar.bz2 nutyx-extra-8ba3c09de8a27ae226c5e63503d5ff270156c738.tar.xz nutyx-extra-8ba3c09de8a27ae226c5e63503d5ff270156c738.zip |
libaio, déplacé dans base
Diffstat (limited to 'base/libaio/Pkgfile')
-rwxr-xr-x | base/libaio/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
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 +} + |