wok diff sqlite/receipt @ rev 23663

updated sqlite and sqlite-dev (3.30.0 -> 3.31.1)
author Hans-G?nter Theisgen
date Fri Apr 24 07:41:45 2020 +0100 (2020-04-24)
parents 7c756a80db16
children e6c6f4dfec26
line diff
     1.1 --- a/sqlite/receipt	Wed Oct 09 14:34:26 2019 +0100
     1.2 +++ b/sqlite/receipt	Fri Apr 24 07:41:45 2020 +0100
     1.3 @@ -1,8 +1,8 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sqlite"
     1.7 -_realver=3300000
     1.8 -VERSION="${_realver:0:1}.${_realver:1:2}.${_realver:3:1}"
     1.9 +VERSION="3.31.1"
    1.10 +_realver="3310100"
    1.11  CATEGORY="office"
    1.12  SHORT_DESC="Small SQL database engine."
    1.13  MAINTAINER="pankso@slitaz.org"
    1.14 @@ -10,7 +10,7 @@
    1.15  WEB_SITE="https://www.sqlite.org/index.html"
    1.16  
    1.17  TARBALL="$PACKAGE-src-${_realver}.zip"
    1.18 -WGET_URL="http://www.sqlite.org/2019/$TARBALL"
    1.19 +WGET_URL="https://www.sqlite.org/2020/$TARBALL"
    1.20  
    1.21  EXTRA_SOURCE_FILES="mysql2sqlite.sh"
    1.22  
    1.23 @@ -23,13 +23,16 @@
    1.24  compile_rules()
    1.25  {
    1.26  	case "$ARCH" in
    1.27 -		arm*) ARCH_ARGS="--with-tcl=/cross/arm/sysroot/usr/lib" ;;
    1.28 +		arm*)
    1.29 +			ARCH_ARGS="--with-tcl=/cross/arm/sysroot/usr/lib" ;;
    1.30  	esac
    1.31 +
    1.32  	[ -s "$SOURCES_REPOSITORY/mysql2sqlite.sh" ] ||
    1.33  		wget -O "$SOURCES_REPOSITORY/mysql2sqlite.sh" \
    1.34  			https://gist.github.com/esperlu/943776/raw/dd87f4088f6d5ec7563478f7a28a37ba02cf26e2/mysql2sqlite.sh
    1.35  
    1.36  	export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_DBSTAT_VTAB=1 -DTCLSH=1"
    1.37 +
    1.38  	./configure			\
    1.39  		--prefix=/usr		\
    1.40  		--disable-readline	\
    1.41 @@ -49,7 +52,7 @@
    1.42  	cp -a $install/usr/bin				$fs/usr
    1.43  	cp "$SOURCES_REPOSITORY/mysql2sqlite.sh"	$fs/usr/bin
    1.44  
    1.45 -	chmod +x $fs/usr/bin/mysql2sqlite.sh
    1.46 +	chmod +x					$fs/usr/bin/mysql2sqlite.sh
    1.47  	if [ -f $fs/usr/bin/lemon ]
    1.48  	  then
    1.49  		rm -f $fs/usr/bin/lemon