wok-current diff libunistring/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents 5d79829fa876
children
line diff
     1.1 --- a/libunistring/receipt	Wed Jul 07 17:56:16 2021 +0000
     1.2 +++ b/libunistring/receipt	Fri Apr 19 12:48:51 2024 +0000
     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  }