# HG changeset patch # User Christopher Rogers # Date 1285022008 0 # Node ID 7fc0522b33cdc7a16cfa0d3e4633143997c2ab56 # Parent 9e8a661f0cfd3ad41f20408669677c3bbcb4d2b6 Up: libev, libev-dev to 3.9. diff -r 9e8a661f0cfd -r 7fc0522b33cd libev-dev/receipt --- a/libev-dev/receipt Mon Sep 20 22:30:07 2010 +0000 +++ b/libev-dev/receipt Mon Sep 20 22:33:28 2010 +0000 @@ -1,21 +1,20 @@ # SliTaz package receipt. PACKAGE="libev-dev" -VERSION="3.53" +VERSION="3.9" CATEGORY="development" SHORT_DESC="libev development files" MAINTAINER="mallory@sweetpeople.org" WANTED="libev" WEB_SITE="http://software.schmorp.de/pkg/libev.html" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $_pkg/usr/include $fs/usr cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + #cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib # /usr/include/event.h conflicts with libevent-dev # https://www.opencsw.org/mantis/view.php?id=4376 mv $fs/usr/include/event.h $fs/usr/include/ev-event.h diff -r 9e8a661f0cfd -r 7fc0522b33cd libev/receipt --- a/libev/receipt Mon Sep 20 22:30:07 2010 +0000 +++ b/libev/receipt Mon Sep 20 22:33:28 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libev" -VERSION="3.53" +VERSION="3.9" CATEGORY="system-tools" SHORT_DESC="A full-featured and high-performance (see benchmark) event loop that is loosely modelled after libevent, but without its limitations and bugs." MAINTAINER="mallory@sweetpeople.org"