wok diff libev/receipt @ rev 25097

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 18 20:27:19 2022 +0000 (24 months ago)
parents ede1d184d5c5
children 65c2646b484d
line diff
     1.1 --- a/libev/receipt	Mon Feb 14 17:51:14 2022 +0000
     1.2 +++ b/libev/receipt	Sat Jun 18 20:27:19 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libev"
     1.7 -VERSION="4.31"
     1.8 +VERSION="4.33"
     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 @@ -24,13 +24,12 @@
    1.13  compile_rules()
    1.14  {
    1.15  	./configure $CONFIGURE_ARGS &&
    1.16 -	make -j 1 &&
    1.17 +	make &&
    1.18  	make install
    1.19  }
    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/lib/*.so*	$fs/usr/lib
    1.26 +	cook_copy_files	*.so*
    1.27  }