# HG changeset patch # User Hans-G?nter Theisgen # Date 1648197942 -3600 # Node ID 72ae4dc9e539ce6676f12d7d7ce89471b52bf286 # Parent 0b18869b897c72ec11a16a796e028a2004f5d2b7 updated libunistring and libunistring-dev (0.9.10 -> 1.0) diff -r 0b18869b897c -r 72ae4dc9e539 libunistring-dev/receipt --- a/libunistring-dev/receipt Fri Mar 25 09:32:35 2022 +0100 +++ b/libunistring-dev/receipt Fri Mar 25 09:45:42 2022 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="libunistring-dev" -VERSION="0.9.10" +VERSION="1.0" CATEGORY="development" SHORT_DESC="Unicode string library, development files." MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL3 LGPL3 FDL" WEB_SITE="https://www.gnu.org/software/libunistring/" +DEPENDS="libunistring" WANTED="libunistring" -DEPENDS="libunistring" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cook_copy_files *.h *.a *.la + cook_copy_folders include + cook_copy_files *.*a } diff -r 0b18869b897c -r 72ae4dc9e539 libunistring/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libunistring/description.txt Fri Mar 25 09:45:42 2022 +0100 @@ -0,0 +1,2 @@ +Libunistring provides functions for manipulating Unicode strings and +for manipulating C strings according to the Unicode standard. diff -r 0b18869b897c -r 72ae4dc9e539 libunistring/receipt --- a/libunistring/receipt Fri Mar 25 09:32:35 2022 +0100 +++ b/libunistring/receipt Fri Mar 25 09:45:42 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libunistring" -VERSION="0.9.10" +VERSION="1.0" CATEGORY="libdevel" SHORT_DESC="Unicode string library." MAINTAINER="al.bobylev@gmail.com" @@ -23,12 +23,12 @@ compile_rules() { ./configure $CONFIGURE_ARGS && - make -j 1 && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cook_copy_files *.so* + cook_copy_files *.so* }