wok-current diff libunistring/receipt @ rev 25705
Up miss usbip, usbip-dev to 5.10.217
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon May 20 14:49:05 2024 +0000 (7 months ago) |
parents | 5d79829fa876 |
children | 5926178cd6fa |
line diff
1.1 --- a/libunistring/receipt Wed Jul 07 17:56:16 2021 +0000 1.2 +++ b/libunistring/receipt Mon May 20 14:49:05 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 }