wok 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 | 0b18869b897c |
children | bc4acb77e841 |
files | libunistring-dev/receipt libunistring/description.txt libunistring/receipt |
line diff
1.1 --- a/libunistring-dev/receipt Fri Mar 25 09:32:35 2022 +0100 1.2 +++ b/libunistring-dev/receipt Fri Mar 25 09:45:42 2022 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libunistring-dev" 1.7 -VERSION="0.9.10" 1.8 +VERSION="1.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Unicode string library, development files." 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 LICENSE="GPL3 LGPL3 FDL" 1.13 WEB_SITE="https://www.gnu.org/software/libunistring/" 1.14 1.15 +DEPENDS="libunistring" 1.16 WANTED="libunistring" 1.17 -DEPENDS="libunistring" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - cook_copy_files *.h *.a *.la 1.23 + cook_copy_folders include 1.24 + cook_copy_files *.*a 1.25 }
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/libunistring/description.txt Fri Mar 25 09:45:42 2022 +0100 2.3 @@ -0,0 +1,2 @@ 2.4 +Libunistring provides functions for manipulating Unicode strings and 2.5 +for manipulating C strings according to the Unicode standard.
3.1 --- a/libunistring/receipt Fri Mar 25 09:32:35 2022 +0100 3.2 +++ b/libunistring/receipt Fri Mar 25 09:45:42 2022 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="libunistring" 3.7 -VERSION="0.9.10" 3.8 +VERSION="1.0" 3.9 CATEGORY="libdevel" 3.10 SHORT_DESC="Unicode string library." 3.11 MAINTAINER="al.bobylev@gmail.com" 3.12 @@ -23,12 +23,12 @@ 3.13 compile_rules() 3.14 { 3.15 ./configure $CONFIGURE_ARGS && 3.16 - make -j 1 && 3.17 + make && 3.18 make install 3.19 } 3.20 3.21 # Rules to gen a SliTaz package suitable for Tazpkg. 3.22 genpkg_rules() 3.23 { 3.24 - cook_copy_files *.so* 3.25 + cook_copy_files *.so* 3.26 }