wok diff libev/receipt @ rev 25203
updated python-mechanize (0.4.5 -> 0.4.7)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 14:23:19 2022 +0100 (2022-07-13) |
parents | ede1d184d5c5 |
children | 65c2646b484d |
line diff
1.1 --- a/libev/receipt Mon Feb 14 17:51:14 2022 +0000 1.2 +++ b/libev/receipt Wed Jul 13 14:23:19 2022 +0100 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 }