diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:24:28 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:24:28 +0200 |
commit | 6e9fb0984a954d80e1c41e36e3f9447cdcbe0df5 (patch) | |
tree | 3be40bf471ceb2192b3eadf3c4bd9cf890f96fb7 /extra/libaio/Pkgfile | |
parent | 977baf1a0266212885d62df6fa9377f440790a86 (diff) | |
download | nutyx-pakxe-6e9fb0984a954d80e1c41e36e3f9447cdcbe0df5.tar.gz nutyx-pakxe-6e9fb0984a954d80e1c41e36e3f9447cdcbe0df5.tar.bz2 nutyx-pakxe-6e9fb0984a954d80e1c41e36e3f9447cdcbe0df5.tar.xz nutyx-pakxe-6e9fb0984a954d80e1c41e36e3f9447cdcbe0df5.zip |
libaio dans extra
Diffstat (limited to 'extra/libaio/Pkgfile')
-rwxr-xr-x | extra/libaio/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/libaio/Pkgfile b/extra/libaio/Pkgfile new file mode 100755 index 000000000..58dbdb29d --- /dev/null +++ b/extra/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 +} + |