diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-02 20:19:57 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-02 20:19:57 +0100 |
commit | 75d43b981b54b7e54eb56893e5fdd83cc6dbbf73 (patch) | |
tree | 594188a6c160729e95ba4b2441fa002cfaf30784 | |
parent | 7ab7b078079db0ec8713067bd21d26fb1df8ff62 (diff) | |
download | nutyx-pakxe-75d43b981b54b7e54eb56893e5fdd83cc6dbbf73.tar.gz nutyx-pakxe-75d43b981b54b7e54eb56893e5fdd83cc6dbbf73.tar.bz2 nutyx-pakxe-75d43b981b54b7e54eb56893e5fdd83cc6dbbf73.tar.xz nutyx-pakxe-75d43b981b54b7e54eb56893e5fdd83cc6dbbf73.zip |
libev, déplacé dans base et maj des manpage
-rw-r--r-- | base/libev/.footprint (renamed from extra/libev/.footprint) | 7 | ||||
-rw-r--r-- | base/libev/.md5sum (renamed from extra/libev/.md5sum) | 0 | ||||
-rw-r--r-- | base/libev/Pkgfile (renamed from extra/libev/Pkgfile) | 4 |
3 files changed, 5 insertions, 6 deletions
diff --git a/extra/libev/.footprint b/base/libev/.footprint index d92e5d8eb..f5aeeac1d 100644 --- a/extra/libev/.footprint +++ b/base/libev/.footprint @@ -9,6 +9,7 @@ drwxr-xr-x root/root usr/lib/ lrwxrwxrwx root/root usr/lib/libev.so -> libev.so.3.0.0 lrwxrwxrwx root/root usr/lib/libev.so.3 -> libev.so.3.0.0 -rwxr-xr-x root/root usr/lib/libev.so.3.0.0 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/ev.3.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/ev.3.gz diff --git a/extra/libev/.md5sum b/base/libev/.md5sum index 7c7a9a9eb..7c7a9a9eb 100644 --- a/extra/libev/.md5sum +++ b/base/libev/.md5sum diff --git a/extra/libev/Pkgfile b/base/libev/Pkgfile index f7efa4aa3..32211f7e9 100644 --- a/extra/libev/Pkgfile +++ b/base/libev/Pkgfile @@ -5,15 +5,13 @@ name=libev version=3.7 -release=1 +release=2 source=( http://dist.schmorp.de/$name/Attic/$name-$version.tar.gz ) build () { cd $name-$version ./configure --prefix=/usr \ --includedir=$PKG/usr/include/libev \ - --mandir=$PKG/usr/man \ - --disable-nls \ --disable-static # libev headers are installed to non standard dir # due to libevent conflict |