summaryrefslogtreecommitdiffstats
path: root/base/libevent
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-03-19 16:42:20 +0100
committertnut <thierryn1 at hispeed dot ch>2010-03-19 16:42:20 +0100
commita343a6d3244932164fea0e7663ba9bf8e696513b (patch)
treee5eb1f7e2db6b0eac576fce5bcab4a501a6bced7 /base/libevent
parentcdf99d159bcb8a7738f7502c27988eb5aed334e4 (diff)
downloadnutyx-extra-a343a6d3244932164fea0e7663ba9bf8e696513b.tar.gz
nutyx-extra-a343a6d3244932164fea0e7663ba9bf8e696513b.tar.bz2
nutyx-extra-a343a6d3244932164fea0e7663ba9bf8e696513b.tar.xz
nutyx-extra-a343a6d3244932164fea0e7663ba9bf8e696513b.zip
libevent, déplacé dans base
Diffstat (limited to 'base/libevent')
-rw-r--r--base/libevent/.footprint31
-rw-r--r--base/libevent/.md5sum1
-rw-r--r--base/libevent/Pkgfile19
3 files changed, 51 insertions, 0 deletions
diff --git a/base/libevent/.footprint b/base/libevent/.footprint
new file mode 100644
index 000000000..8dbc7877d
--- /dev/null
+++ b/base/libevent/.footprint
@@ -0,0 +1,31 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/event_rpcgen.py
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/evdns.h
+-rw-r--r-- root/root usr/include/event-config.h
+-rw-r--r-- root/root usr/include/event.h
+-rw-r--r-- root/root usr/include/evhttp.h
+-rw-r--r-- root/root usr/include/evrpc.h
+-rw-r--r-- root/root usr/include/evutil.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libevent-1.4.so.2 -> libevent-1.4.so.2.1.3
+-rwxr-xr-x root/root usr/lib/libevent-1.4.so.2.1.3
+-rw-r--r-- root/root usr/lib/libevent.a
+-rwxr-xr-x root/root usr/lib/libevent.la
+lrwxrwxrwx root/root usr/lib/libevent.so -> libevent-1.4.so.2.1.3
+lrwxrwxrwx root/root usr/lib/libevent_core-1.4.so.2 -> libevent_core-1.4.so.2.1.3
+-rwxr-xr-x root/root usr/lib/libevent_core-1.4.so.2.1.3
+-rw-r--r-- root/root usr/lib/libevent_core.a
+-rwxr-xr-x root/root usr/lib/libevent_core.la
+lrwxrwxrwx root/root usr/lib/libevent_core.so -> libevent_core-1.4.so.2.1.3
+lrwxrwxrwx root/root usr/lib/libevent_extra-1.4.so.2 -> libevent_extra-1.4.so.2.1.3
+-rwxr-xr-x root/root usr/lib/libevent_extra-1.4.so.2.1.3
+-rw-r--r-- root/root usr/lib/libevent_extra.a
+-rwxr-xr-x root/root usr/lib/libevent_extra.la
+lrwxrwxrwx root/root usr/lib/libevent_extra.so -> libevent_extra-1.4.so.2.1.3
+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/evdns.3.gz
+-rw-r--r-- root/root usr/share/man/man3/event.3.gz
diff --git a/base/libevent/.md5sum b/base/libevent/.md5sum
new file mode 100644
index 000000000..503566453
--- /dev/null
+++ b/base/libevent/.md5sum
@@ -0,0 +1 @@
+0b3ea18c634072d12b3c1ee734263664 libevent-1.4.13-stable.tar.gz
diff --git a/base/libevent/Pkgfile b/base/libevent/Pkgfile
new file mode 100644
index 000000000..03993f47f
--- /dev/null
+++ b/base/libevent/Pkgfile
@@ -0,0 +1,19 @@
+# Decription: Bibliothèque de notification d'événements
+# URL: http://www.monkey.org/~provos/libevent/
+# Maintainer: NuTyX core team
+# Packager: lesibel at free dot fr
+
+name=libevent
+version=1.4.13
+release=1
+
+source=( http://www.monkey.org/~provos/$name-$version-stable.tar.gz )
+
+build() {
+ cd $name-$version-stable
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc
+ make
+ make DESTDIR=$PKG install
+}
+