summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorOlivier DOSSMANN <blankoworld@wanadoo.fr>2009-11-18 10:04:53 +0100
committerOlivier DOSSMANN <blankoworld@wanadoo.fr>2009-11-18 10:04:53 +0100
commitb10c196db23f39deab822cbe49133b7da7a3e457 (patch)
tree0f373a15d429e1cac745220f096c2de667257dde /extra
parentcb733af5abf75b25894461414083712f0daf5381 (diff)
downloadnutyx-pakxe-b10c196db23f39deab822cbe49133b7da7a3e457.tar.gz
nutyx-pakxe-b10c196db23f39deab822cbe49133b7da7a3e457.tar.bz2
nutyx-pakxe-b10c196db23f39deab822cbe49133b7da7a3e457.tar.xz
nutyx-pakxe-b10c196db23f39deab822cbe49133b7da7a3e457.zip
Ajout de libev#3.7-1
Diffstat (limited to 'extra')
-rw-r--r--extra/libev/.footprint14
-rw-r--r--extra/libev/.md5sum1
-rw-r--r--extra/libev/Pkgfile22
3 files changed, 37 insertions, 0 deletions
diff --git a/extra/libev/.footprint b/extra/libev/.footprint
new file mode 100644
index 000000000..d92e5d8eb
--- /dev/null
+++ b/extra/libev/.footprint
@@ -0,0 +1,14 @@
+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.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
diff --git a/extra/libev/.md5sum b/extra/libev/.md5sum
new file mode 100644
index 000000000..7c7a9a9eb
--- /dev/null
+++ b/extra/libev/.md5sum
@@ -0,0 +1 @@
+8ad575ba379e3304b9b8b7e60a4ac0e0 libev-3.7.tar.gz
diff --git a/extra/libev/Pkgfile b/extra/libev/Pkgfile
new file mode 100644
index 000000000..f7efa4aa3
--- /dev/null
+++ b/extra/libev/Pkgfile
@@ -0,0 +1,22 @@
+# 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=3.7
+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 \
+ --mandir=$PKG/usr/man \
+ --disable-nls \
+ --disable-static
+ # libev headers are installed to non standard dir
+ # due to libevent conflict
+ make
+ make prefix=$PKG/usr install
+}