summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-02 20:19:57 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-02 20:19:57 +0100
commit75d43b981b54b7e54eb56893e5fdd83cc6dbbf73 (patch)
tree594188a6c160729e95ba4b2441fa002cfaf30784 /extra
parent7ab7b078079db0ec8713067bd21d26fb1df8ff62 (diff)
downloadnutyx-extra-75d43b981b54b7e54eb56893e5fdd83cc6dbbf73.tar.gz
nutyx-extra-75d43b981b54b7e54eb56893e5fdd83cc6dbbf73.tar.bz2
nutyx-extra-75d43b981b54b7e54eb56893e5fdd83cc6dbbf73.tar.xz
nutyx-extra-75d43b981b54b7e54eb56893e5fdd83cc6dbbf73.zip
libev, déplacé dans base et maj des manpage
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, 0 insertions, 37 deletions
diff --git a/extra/libev/.footprint b/extra/libev/.footprint
deleted file mode 100644
index d92e5d8eb..000000000
--- a/extra/libev/.footprint
+++ /dev/null
@@ -1,14 +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.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
deleted file mode 100644
index 7c7a9a9eb..000000000
--- a/extra/libev/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-8ad575ba379e3304b9b8b7e60a4ac0e0 libev-3.7.tar.gz
diff --git a/extra/libev/Pkgfile b/extra/libev/Pkgfile
deleted file mode 100644
index f7efa4aa3..000000000
--- a/extra/libev/Pkgfile
+++ /dev/null
@@ -1,22 +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=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
-}