summaryrefslogtreecommitdiffstats
path: root/libev
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
committerpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
commit50e5ce5b17e69be13228e2393c5804b0a79acfab (patch)
tree9845fa9af128d7fdd791755bb2be320f3ba2be4e /libev
parent9626427c1a1d9c292fc519810c13b9a8073e777f (diff)
parent8548e8d6882b55dfb509b18dedfb7db17630037d (diff)
downloadnutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.gz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.bz2
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.xz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.zip
Merged with http://kiao.no-ip.info/NuTyX/git/nutyx-pakxe → Repository splitted → 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
+}