# HG changeset patch # User Hans-G?nter Theisgen # Date 1554134177 -3600 # Node ID e7c3016b3a7dd5e23423a4d629c1c2892d56f95b # Parent 2ef718547108d0e9ed8f5a31c144468b040b7788 updated libev and libev-dev (4.04 -> 4.25) diff -r 2ef718547108 -r e7c3016b3a7d libev-dev/receipt --- a/libev-dev/receipt Mon Apr 01 16:14:06 2019 +0100 +++ b/libev-dev/receipt Mon Apr 01 16:56:17 2019 +0100 @@ -1,26 +1,25 @@ # SliTaz package receipt. PACKAGE="libev-dev" -VERSION="4.04" +VERSION="4.25" CATEGORY="development" -SHORT_DESC="libev development files" +SHORT_DESC="Libev development files." MAINTAINER="mallory@sweetpeople.org" LICENSE="BSD" WEB_SITE="http://software.schmorp.de/pkg/libev.html" -HOST_ARCH="i486 arm" WANTED="libev" DEPENDS="libev pkg-config" +HOST_ARCH="i486 arm" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib #cp -a $install/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 + mv $fs/usr/include/event.h $fs/usr/include/ev-event.h } - diff -r 2ef718547108 -r e7c3016b3a7d libev/receipt --- a/libev/receipt Mon Apr 01 16:14:06 2019 +0100 +++ b/libev/receipt Mon Apr 01 16:56:17 2019 +0100 @@ -1,21 +1,24 @@ # SliTaz package receipt. PACKAGE="libev" -VERSION="4.04" +VERSION="4.25" CATEGORY="system-tools" SHORT_DESC="A full-featured and high-performance event loop." MAINTAINER="mallory@sweetpeople.org" LICENSE="BSD" +WEB_SITE="http://software.schmorp.de/pkg/libev.html" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://software.schmorp.de/pkg/libev.html" WGET_URL="http://dist.schmorp.de/libev/$TARBALL" + HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { ./configure $CONFIGURE_ARGS && - make && make install + make -j 1 && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -24,4 +27,3 @@ mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib } -