summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/libev/.footprint (renamed from extra/libev/.footprint)7
-rw-r--r--base/libev/.md5sum (renamed from extra/libev/.md5sum)0
-rw-r--r--base/libev/Pkgfile (renamed from extra/libev/Pkgfile)4
3 files changed, 5 insertions, 6 deletions
diff --git a/extra/libev/.footprint b/base/libev/.footprint
index d92e5d8eb..f5aeeac1d 100644
--- a/extra/libev/.footprint
+++ b/base/libev/.footprint
@@ -9,6 +9,7 @@ drwxr-xr-x root/root usr/lib/
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
+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/extra/libev/.md5sum b/base/libev/.md5sum
index 7c7a9a9eb..7c7a9a9eb 100644
--- a/extra/libev/.md5sum
+++ b/base/libev/.md5sum
diff --git a/extra/libev/Pkgfile b/base/libev/Pkgfile
index f7efa4aa3..32211f7e9 100644
--- a/extra/libev/Pkgfile
+++ b/base/libev/Pkgfile
@@ -5,15 +5,13 @@
name=libev
version=3.7
-release=1
+release=2
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