diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:28:30 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:28:30 +0200 |
commit | 6d7e19d73ed0c3cbe2acafd7c1e890a502369af7 (patch) | |
tree | 950381bd34076da81b359b8e1fa53debff78697b /base/libev | |
parent | 3885e2cde57cd7ec6f72bc3825083acbfcbbc5b5 (diff) | |
download | nutyx-extra-6d7e19d73ed0c3cbe2acafd7c1e890a502369af7.tar.gz nutyx-extra-6d7e19d73ed0c3cbe2acafd7c1e890a502369af7.tar.bz2 nutyx-extra-6d7e19d73ed0c3cbe2acafd7c1e890a502369af7.tar.xz nutyx-extra-6d7e19d73ed0c3cbe2acafd7c1e890a502369af7.zip |
libev dans extra
Diffstat (limited to 'base/libev')
-rw-r--r-- | base/libev/.footprint.i686 | 15 | ||||
-rw-r--r-- | base/libev/.footprint.x86_64 | 15 | ||||
-rw-r--r-- | base/libev/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/libev/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/libev/Pkgfile | 20 |
5 files changed, 0 insertions, 52 deletions
diff --git a/base/libev/.footprint.i686 b/base/libev/.footprint.i686 deleted file mode 100644 index bc4f42513..000000000 --- a/base/libev/.footprint.i686 +++ /dev/null @@ -1,15 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/libev/ --rw-r--r-- root/root usr/include/libev/ev++.h --rw-r--r-- root/root usr/include/libev/ev.h --rw-r--r-- root/root usr/include/libev/event.h -drwxr-xr-x root/root usr/lib/ --rwxr-xr-x root/root usr/lib/libev.la -lrwxrwxrwx root/root usr/lib/libev.so -> libev.so.4.0.0 -lrwxrwxrwx root/root usr/lib/libev.so.4 -> libev.so.4.0.0 --rwxr-xr-x root/root usr/lib/libev.so.4.0.0 -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/base/libev/.footprint.x86_64 b/base/libev/.footprint.x86_64 deleted file mode 100644 index bc4f42513..000000000 --- a/base/libev/.footprint.x86_64 +++ /dev/null @@ -1,15 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/libev/ --rw-r--r-- root/root usr/include/libev/ev++.h --rw-r--r-- root/root usr/include/libev/ev.h --rw-r--r-- root/root usr/include/libev/event.h -drwxr-xr-x root/root usr/lib/ --rwxr-xr-x root/root usr/lib/libev.la -lrwxrwxrwx root/root usr/lib/libev.so -> libev.so.4.0.0 -lrwxrwxrwx root/root usr/lib/libev.so.4 -> libev.so.4.0.0 --rwxr-xr-x root/root usr/lib/libev.so.4.0.0 -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/base/libev/.md5sum.i686 b/base/libev/.md5sum.i686 deleted file mode 100644 index 71c9df6be..000000000 --- a/base/libev/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -c1130d0a4782681ba5277df1bc3fb335 libev-4.04.tar.gz diff --git a/base/libev/.md5sum.x86_64 b/base/libev/.md5sum.x86_64 deleted file mode 100644 index 71c9df6be..000000000 --- a/base/libev/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -c1130d0a4782681ba5277df1bc3fb335 libev-4.04.tar.gz diff --git a/base/libev/Pkgfile b/base/libev/Pkgfile deleted file mode 100644 index 7d048625e..000000000 --- a/base/libev/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: Modèle d'évènement à haute performance, etc. -# URL: http://software.schmorp.de/pkg/libev -# Packager: Bartlomiej Palmowski <rotwang at crux dot org dot pl> -# Maintainer: Younes Hafri <ycrux@club-internet.fr> - -name=libev -version=4.04 -release=1 -source=( http://dist.schmorp.de/$name/Attic/$name-$version.tar.gz ) - -build () { - cd $name-$version - ./configure --prefix=/usr \ - --includedir=$PKG/usr/include/libev \ - --disable-static - # libev headers are installed to non standard dir - # due to libevent conflict - make - make prefix=$PKG/usr install -} |