From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- libev/.footprint.i686 | 15 +++++++++++++++ libev/.footprint.x86_64 | 15 +++++++++++++++ libev/.md5sum.i686 | 1 + libev/.md5sum.x86_64 | 1 + libev/Pkgfile | 20 ++++++++++++++++++++ 5 files changed, 52 insertions(+) create mode 100644 libev/.footprint.i686 create mode 100644 libev/.footprint.x86_64 create mode 100644 libev/.md5sum.i686 create mode 100644 libev/.md5sum.x86_64 create mode 100644 libev/Pkgfile (limited to 'libev') 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 +# Maintainer: Younes Hafri + +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 +} -- cgit v1.2.3-54-g00ecf