diff options
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/libev/build | 10 | ||||
-rw-r--r-- | extra/libev/checksums | 1 | ||||
-rw-r--r-- | extra/libev/sources | 1 | ||||
-rw-r--r-- | extra/libev/version | 1 |
4 files changed, 13 insertions, 0 deletions
diff --git a/extra/libev/build b/extra/libev/build new file mode 100755 index 00000000..2a87b6d9 --- /dev/null +++ b/extra/libev/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install + +# Remove compatibility header which conflicts with 'libevent'. +rm -f "$1/usr/include/event.h" diff --git a/extra/libev/checksums b/extra/libev/checksums new file mode 100644 index 00000000..6f90282d --- /dev/null +++ b/extra/libev/checksums @@ -0,0 +1 @@ +ed855d2b52118e32c0c1a6a32bd18c97f9e6711ca511f5ee12de3b9eccc66e5a libev-4.31.tar.gz diff --git a/extra/libev/sources b/extra/libev/sources new file mode 100644 index 00000000..0abc6f51 --- /dev/null +++ b/extra/libev/sources @@ -0,0 +1 @@ +http://dist.schmorp.de/libev/libev-4.31.tar.gz diff --git a/extra/libev/version b/extra/libev/version new file mode 100644 index 00000000..6c37954b --- /dev/null +++ b/extra/libev/version @@ -0,0 +1 @@ +4.31 1 |