wok-current 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 | 3c1752d57bae |
children | 9b0edb3905d0 |
files | sqlite-dev/receipt sqlite/receipt |
line diff
1.1 --- a/sqlite-dev/receipt Fri Apr 24 07:20:56 2020 +0100 1.2 +++ b/sqlite-dev/receipt Fri Apr 24 07:41:45 2020 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sqlite-dev" 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="development" 1.12 SHORT_DESC="Small SQL database engine - development files." 1.13 MAINTAINER="pankso@slitaz.org" 1.14 LICENSE="PublicDomain" 1.15 WEB_SITE="https://www.sqlite.org/index.html" 1.16 1.17 -DEPENDS="sqlite pkg-config" 1.18 +DEPENDS="pkg-config sqlite" 1.19 WANTED="sqlite" 1.20 1.21 HOST_ARCH="i486 arm"
2.1 --- a/sqlite/receipt Fri Apr 24 07:20:56 2020 +0100 2.2 +++ b/sqlite/receipt Fri Apr 24 07:41:45 2020 +0100 2.3 @@ -1,8 +1,8 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="sqlite" 2.7 -_realver=3300000 2.8 -VERSION="${_realver:0:1}.${_realver:1:2}.${_realver:3:1}" 2.9 +VERSION="3.31.1" 2.10 +_realver="3310100" 2.11 CATEGORY="office" 2.12 SHORT_DESC="Small SQL database engine." 2.13 MAINTAINER="pankso@slitaz.org" 2.14 @@ -10,7 +10,7 @@ 2.15 WEB_SITE="https://www.sqlite.org/index.html" 2.16 2.17 TARBALL="$PACKAGE-src-${_realver}.zip" 2.18 -WGET_URL="http://www.sqlite.org/2019/$TARBALL" 2.19 +WGET_URL="https://www.sqlite.org/2020/$TARBALL" 2.20 2.21 EXTRA_SOURCE_FILES="mysql2sqlite.sh" 2.22 2.23 @@ -23,13 +23,16 @@ 2.24 compile_rules() 2.25 { 2.26 case "$ARCH" in 2.27 - arm*) ARCH_ARGS="--with-tcl=/cross/arm/sysroot/usr/lib" ;; 2.28 + arm*) 2.29 + ARCH_ARGS="--with-tcl=/cross/arm/sysroot/usr/lib" ;; 2.30 esac 2.31 + 2.32 [ -s "$SOURCES_REPOSITORY/mysql2sqlite.sh" ] || 2.33 wget -O "$SOURCES_REPOSITORY/mysql2sqlite.sh" \ 2.34 https://gist.github.com/esperlu/943776/raw/dd87f4088f6d5ec7563478f7a28a37ba02cf26e2/mysql2sqlite.sh 2.35 2.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" 2.37 + 2.38 ./configure \ 2.39 --prefix=/usr \ 2.40 --disable-readline \ 2.41 @@ -49,7 +52,7 @@ 2.42 cp -a $install/usr/bin $fs/usr 2.43 cp "$SOURCES_REPOSITORY/mysql2sqlite.sh" $fs/usr/bin 2.44 2.45 - chmod +x $fs/usr/bin/mysql2sqlite.sh 2.46 + chmod +x $fs/usr/bin/mysql2sqlite.sh 2.47 if [ -f $fs/usr/bin/lemon ] 2.48 then 2.49 rm -f $fs/usr/bin/lemon