wok rev 21174
updated libev and libev-dev (4.04 -> 4.25)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 01 16:56:17 2019 +0100 (2019-04-01) |
parents | 2ef718547108 |
children | aadac27b6d69 |
files | libev-dev/receipt libev/receipt |
line diff
1.1 --- a/libev-dev/receipt Mon Apr 01 16:14:06 2019 +0100 1.2 +++ b/libev-dev/receipt Mon Apr 01 16:56:17 2019 +0100 1.3 @@ -1,26 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libev-dev" 1.7 -VERSION="4.04" 1.8 +VERSION="4.25" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="libev development files" 1.11 +SHORT_DESC="Libev development files." 1.12 MAINTAINER="mallory@sweetpeople.org" 1.13 LICENSE="BSD" 1.14 WEB_SITE="http://software.schmorp.de/pkg/libev.html" 1.15 -HOST_ARCH="i486 arm" 1.16 1.17 WANTED="libev" 1.18 DEPENDS="libev pkg-config" 1.19 +HOST_ARCH="i486 arm" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib 1.25 - cp -a $install/usr/include $fs/usr 1.26 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.27 + cp -a $install/usr/include $fs/usr 1.28 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.29 #cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.30 # /usr/include/event.h conflicts with libevent-dev 1.31 # https://www.opencsw.org/mantis/view.php?id=4376 1.32 - mv $fs/usr/include/event.h $fs/usr/include/ev-event.h 1.33 + mv $fs/usr/include/event.h $fs/usr/include/ev-event.h 1.34 } 1.35 -
2.1 --- a/libev/receipt Mon Apr 01 16:14:06 2019 +0100 2.2 +++ b/libev/receipt Mon Apr 01 16:56:17 2019 +0100 2.3 @@ -1,21 +1,24 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libev" 2.7 -VERSION="4.04" 2.8 +VERSION="4.25" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="A full-featured and high-performance event loop." 2.11 MAINTAINER="mallory@sweetpeople.org" 2.12 LICENSE="BSD" 2.13 +WEB_SITE="http://software.schmorp.de/pkg/libev.html" 2.14 + 2.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.16 -WEB_SITE="http://software.schmorp.de/pkg/libev.html" 2.17 WGET_URL="http://dist.schmorp.de/libev/$TARBALL" 2.18 + 2.19 HOST_ARCH="i486 arm" 2.20 2.21 # Rules to configure and make the package. 2.22 compile_rules() 2.23 { 2.24 ./configure $CONFIGURE_ARGS && 2.25 - make && make install 2.26 + make -j 1 && 2.27 + make install 2.28 } 2.29 2.30 # Rules to gen a SliTaz package suitable for Tazpkg. 2.31 @@ -24,4 +27,3 @@ 2.32 mkdir -p $fs/usr/lib 2.33 cp -a $install/usr/lib/*.so* $fs/usr/lib 2.34 } 2.35 -