wok diff sqlite/receipt @ rev 25320

updated sqlite, sqlite-dev, libsqlite and libsqlite-tcl (3.32.1 -> 3.39.2)
author Hans-G?nter Theisgen
date Fri Jul 22 07:37:22 2022 +0100 (23 months ago)
parents 80d30b02c821
children
line diff
     1.1 --- a/sqlite/receipt	Thu Jul 08 10:55:01 2021 +0000
     1.2 +++ b/sqlite/receipt	Fri Jul 22 07:37:22 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sqlite"
     1.7 -_realver="3320100"
     1.8 +_realver="3390200"
     1.9  VERSION="$(printf "%d.%d.%d" ${_realver:0:1} ${_realver:1:2} ${_realver:3:2})"
    1.10  CATEGORY="office"
    1.11  SHORT_DESC="Small SQL database engine."
    1.12 @@ -10,7 +10,7 @@
    1.13  WEB_SITE="https://www.sqlite.org/index.html"
    1.14  
    1.15  TARBALL="$PACKAGE-src-${_realver}.zip"
    1.16 -WGET_URL="https://www.sqlite.org/2020/$TARBALL"
    1.17 +WGET_URL="http://www.sqlite.org/2022/$TARBALL"
    1.18  
    1.19  EXTRA_SOURCE_FILES="mysql2sqlite.sh"
    1.20  
    1.21 @@ -29,8 +29,9 @@
    1.22  compile_rules()
    1.23  {
    1.24  	case "$ARCH" in
    1.25 -		arm*)
    1.26 -			ARCH_ARGS="--with-tcl=/cross/arm/sysroot/usr/lib" ;;
    1.27 +		(arm*)
    1.28 +			ARCH_ARGS="--with-tcl=/cross/arm/sysroot/usr/lib"
    1.29 +			;;
    1.30  	esac
    1.31  
    1.32  	[ -s "$SOURCES_REPOSITORY/mysql2sqlite.sh" ] ||
    1.33 @@ -53,9 +54,7 @@
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.35  genpkg_rules()
    1.36  {
    1.37 -	mkdir -p $fs/usr/bin
    1.38 -	
    1.39 -	cp -a $install/usr/bin				$fs/usr
    1.40 +	cook_copy_folders	bin
    1.41  	cp "$SOURCES_REPOSITORY/mysql2sqlite.sh"	$fs/usr/bin
    1.42  
    1.43  	chmod +x					$fs/usr/bin/mysql2sqlite.sh