summaryrefslogtreecommitdiffstats
path: root/libev
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /libev
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'libev')
-rw-r--r--libev/.footprint.i68615
-rw-r--r--libev/.footprint.x86_6415
-rw-r--r--libev/.md5sum.i6861
-rw-r--r--libev/.md5sum.x86_641
-rw-r--r--libev/Pkgfile20
5 files changed, 52 insertions, 0 deletions
diff --git a/libev/.footprint.i686 b/libev/.footprint.i686
new file mode 100644
index 000000000..bc4f42513
--- /dev/null
+++ b/libev/.footprint.i686
@@ -0,0 +1,15 @@
+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/libev/.footprint.x86_64 b/libev/.footprint.x86_64
new file mode 100644
index 000000000..bc4f42513
--- /dev/null
+++ b/libev/.footprint.x86_64
@@ -0,0 +1,15 @@
+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/libev/.md5sum.i686 b/libev/.md5sum.i686
new file mode 100644
index 000000000..71c9df6be
--- /dev/null
+++ b/libev/.md5sum.i686
@@ -0,0 +1 @@
+c1130d0a4782681ba5277df1bc3fb335 libev-4.04.tar.gz
diff --git a/libev/.md5sum.x86_64 b/libev/.md5sum.x86_64
new file mode 100644
index 000000000..71c9df6be
--- /dev/null
+++ b/libev/.md5sum.x86_64
@@ -0,0 +1 @@
+c1130d0a4782681ba5277df1bc3fb335 libev-4.04.tar.gz
diff --git a/libev/Pkgfile b/libev/Pkgfile
new file mode 100644
index 000000000..7d048625e
--- /dev/null
+++ b/libev/Pkgfile
@@ -0,0 +1,20 @@
+# 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
+}