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 | |
parent | 23fc9998447837de25bfd874e9d0fe11d0a63b33 (diff) | |
download | nutyx-pakxe-8ba3c09de8a27ae226c5e63503d5ff270156c738.tar.gz nutyx-pakxe-8ba3c09de8a27ae226c5e63503d5ff270156c738.tar.bz2 nutyx-pakxe-8ba3c09de8a27ae226c5e63503d5ff270156c738.tar.xz nutyx-pakxe-8ba3c09de8a27ae226c5e63503d5ff270156c738.zip |
libaio, déplacé dans base
-rw-r--r-- | base/libaio/.footprint | 8 | ||||
-rw-r--r-- | base/libaio/.md5sum | 1 | ||||
-rwxr-xr-x | base/libaio/Pkgfile (renamed from extra/libaio/Pkgfile) | 1 |
3 files changed, 9 insertions, 1 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/extra/libaio/Pkgfile b/base/libaio/Pkgfile index d2106dc03..58dbdb29d 100755 --- a/extra/libaio/Pkgfile +++ b/base/libaio/Pkgfile @@ -2,7 +2,6 @@ # 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 |