wok diff libevent/receipt @ rev 24937

Up iptraf (3.0.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 14 08:53:05 2022 +0000 (2022-04-14)
parents 5ea0ce1cecc0
children
line diff
     1.1 --- a/libevent/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/libevent/receipt	Thu Apr 14 08:53:05 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libevent"
     1.7 -VERSION="2.1.11"
     1.8 +VERSION="2.1.12"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="An event notification library."
    1.11  MAINTAINER="0dddba11@googlemail.com"
    1.12 @@ -25,17 +25,15 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	./configure \
    1.17 +	./configure		\
    1.18  		$CONFIGURE_ARGS &&
    1.19 -	make -j 1 &&
    1.20 +	make &&
    1.21  	make install
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27 -	mkdir -p $fs/usr/lib
    1.28 -
    1.29 -	cp -a $install/usr/bin		$fs/usr
    1.30 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.31 +	cook_copy_folders	bin
    1.32 +	cook_copy_files		*.so*
    1.33  }