wok diff libunistring/receipt @ rev 25044
*/stuff/bootloader.S: fix VCPI case
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 02 15:48:36 2022 +0000 (2022-06-02) |
parents | 5d79829fa876 |
children | d79ed38ace18 |
line diff
1.1 --- a/libunistring/receipt Wed Jul 07 17:56:16 2021 +0000 1.2 +++ b/libunistring/receipt Thu Jun 02 15:48:36 2022 +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 }