wok diff libunistring/receipt @ rev 24842

updated libunistring and libunistring-dev (0.9.10 -> 1.0)
author Hans-G?nter Theisgen
date Fri Mar 25 09:45:42 2022 +0100 (2022-03-25)
parents 5d79829fa876
children d79ed38ace18
line diff
     1.1 --- a/libunistring/receipt	Wed Jul 07 17:56:16 2021 +0000
     1.2 +++ b/libunistring/receipt	Fri Mar 25 09:45:42 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libunistring"
     1.7 -VERSION="0.9.10"
     1.8 +VERSION="1.0"
     1.9  CATEGORY="libdevel"
    1.10  SHORT_DESC="Unicode string library."
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -23,12 +23,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 -	cook_copy_files *.so*
    1.25 +	cook_copy_files	*.so*
    1.26  }