wok diff libev/receipt @ rev 22010

updated task again (2.3.0 -> 2.5.1)
author Hans-G?nter Theisgen
date Sat Oct 19 15:19:01 2019 +0100 (2019-10-19)
parents dd38b4c08c8d
children 248a3f57e01a
line diff
     1.1 --- a/libev/receipt	Fri Apr 18 15:56:37 2014 +0200
     1.2 +++ b/libev/receipt	Sat Oct 19 15:19:01 2019 +0100
     1.3 @@ -1,21 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libev"
     1.7 -VERSION="4.04"
     1.8 +VERSION="4.25"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="A full-featured and high-performance event loop."
    1.11  MAINTAINER="mallory@sweetpeople.org"
    1.12  LICENSE="BSD"
    1.13 +WEB_SITE="http://software.schmorp.de/pkg/libev.html"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://software.schmorp.de/pkg/libev.html"
    1.17  WGET_URL="http://dist.schmorp.de/libev/$TARBALL"
    1.18 +
    1.19  HOST_ARCH="i486 arm"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24  	./configure $CONFIGURE_ARGS &&
    1.25 -	make && make install
    1.26 +	make -j 1 &&
    1.27 +	make install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 @@ -24,4 +27,3 @@
    1.32  	mkdir -p $fs/usr/lib 
    1.33  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.34  }
    1.35 -