wok-6.x 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 (2022-07-22) |
parents | 8ba543afd58c |
children | 29d62d748b17 |
files | libsqlite-tcl/receipt libsqlite/receipt sqlite-dev/receipt sqlite/description.txt sqlite/receipt |
line diff
1.1 --- a/libsqlite-tcl/receipt Fri Jul 22 07:04:55 2022 +0100 1.2 +++ b/libsqlite-tcl/receipt Fri Jul 22 07:37:22 2022 +0100 1.3 @@ -1,8 +1,8 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libsqlite-tcl" 1.7 -_realver="3320100" 1.8 -VERSION="$(printf "%d.%d.%d" ${_realver:0:1} ${_realver:1:2} ${_realver:3:2})" 1.9 +_realver=3390200 1.10 +VERSION="${_realver:0:1}.${_realver:1:2}.${_realver:4:1}" 1.11 CATEGORY="office" 1.12 SHORT_DESC="Small SQL database engine, tcl library." 1.13 MAINTAINER="erjo@slitaz.org" 1.14 @@ -18,5 +18,5 @@ 1.15 genpkg_rules() 1.16 { 1.17 mkdir -p $fs/usr/lib 1.18 - cp -a $install/usr/lib/tcl* $fs/usr/lib 1.19 + cp -a $install/usr/lib/tcl* $fs/usr/lib 1.20 }
2.1 --- a/libsqlite/receipt Fri Jul 22 07:04:55 2022 +0100 2.2 +++ b/libsqlite/receipt Fri Jul 22 07:37:22 2022 +0100 2.3 @@ -1,8 +1,8 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libsqlite" 2.7 -_realver="3320100" 2.8 -VERSION="$(printf "%d.%d.%d" ${_realver:0:1} ${_realver:1:2} ${_realver:3:2})" 2.9 +_realver=3390200 2.10 +VERSION="${_realver:0:1}.${_realver:1:2}.${_realver:4:1}" 2.11 CATEGORY="office" 2.12 SHORT_DESC="Small SQL database engine." 2.13 MAINTAINER="erjo@slitaz.org" 2.14 @@ -17,5 +17,5 @@ 2.15 genpkg_rules() 2.16 { 2.17 mkdir -p $fs/usr/lib 2.18 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.19 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.20 }
3.1 --- a/sqlite-dev/receipt Fri Jul 22 07:04:55 2022 +0100 3.2 +++ b/sqlite-dev/receipt Fri Jul 22 07:37:22 2022 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="sqlite-dev" 3.7 -_realver="3320100" 3.8 +_realver="3390200" 3.9 VERSION="$(printf "%d.%d.%d" ${_realver:0:1} ${_realver:1:2} ${_realver:3:2})" 3.10 CATEGORY="development" 3.11 SHORT_DESC="Small SQL database engine - development files." 3.12 @@ -17,9 +17,7 @@ 3.13 # Rules to gen a SliTaz package suitable for Tazpkg. 3.14 genpkg_rules() 3.15 { 3.16 - mkdir -p $fs/usr/lib 3.17 - 3.18 - cp -a $install/usr/lib/*.*a $fs/usr/lib 3.19 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 3.20 - cp -a $install/usr/include $fs/usr 3.21 + cook_copy_folders include 3.22 + cook_copy_folders pkgconfig 3.23 + cook_copy_files *.*a 3.24 }
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/sqlite/description.txt Fri Jul 22 07:37:22 2022 +0100 4.3 @@ -0,0 +1,16 @@ 4.4 +SQLite is a C-language library that implements a small, 4.5 +fast, self-contained, high-reliability, full-featured, 4.6 +SQL database engine. 4.7 +SQLite is the most used database engine in the world. 4.8 +SQLite is built into all mobile phones and most computers 4.9 +and comes bundled inside countless other applications 4.10 +that people use every day. 4.11 + 4.12 +The SQLite file format is stable, cross-platform, and 4.13 +backwards compatible and the developers pledge to keep 4.14 +it that way through the year 2050. 4.15 +SQLite database files are commonly used as containers to 4.16 +transfer rich content between systems and as a long-term 4.17 +archival format for data. 4.18 +There are over 1 trillion (1e12) SQLite databases in 4.19 +active use.
5.1 --- a/sqlite/receipt Fri Jul 22 07:04:55 2022 +0100 5.2 +++ b/sqlite/receipt Fri Jul 22 07:37:22 2022 +0100 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="sqlite" 5.7 -_realver="3320100" 5.8 +_realver="3390200" 5.9 VERSION="$(printf "%d.%d.%d" ${_realver:0:1} ${_realver:1:2} ${_realver:3:2})" 5.10 CATEGORY="office" 5.11 SHORT_DESC="Small SQL database engine." 5.12 @@ -10,7 +10,7 @@ 5.13 WEB_SITE="https://www.sqlite.org/index.html" 5.14 5.15 TARBALL="$PACKAGE-src-${_realver}.zip" 5.16 -WGET_URL="https://www.sqlite.org/2020/$TARBALL" 5.17 +WGET_URL="http://www.sqlite.org/2022/$TARBALL" 5.18 5.19 EXTRA_SOURCE_FILES="mysql2sqlite.sh" 5.20 5.21 @@ -29,8 +29,9 @@ 5.22 compile_rules() 5.23 { 5.24 case "$ARCH" in 5.25 - arm*) 5.26 - ARCH_ARGS="--with-tcl=/cross/arm/sysroot/usr/lib" ;; 5.27 + (arm*) 5.28 + ARCH_ARGS="--with-tcl=/cross/arm/sysroot/usr/lib" 5.29 + ;; 5.30 esac 5.31 5.32 [ -s "$SOURCES_REPOSITORY/mysql2sqlite.sh" ] || 5.33 @@ -53,9 +54,7 @@ 5.34 # Rules to gen a SliTaz package suitable for Tazpkg. 5.35 genpkg_rules() 5.36 { 5.37 - mkdir -p $fs/usr/bin 5.38 - 5.39 - cp -a $install/usr/bin $fs/usr 5.40 + cook_copy_folders bin 5.41 cp "$SOURCES_REPOSITORY/mysql2sqlite.sh" $fs/usr/bin 5.42 5.43 chmod +x $fs/usr/bin/mysql2sqlite.sh