# HG changeset patch # User Hans-Günter Theisgen # Date 1658471842 -3600 # Node ID 6f5db10f8f5ca675f4a37d4b2dff95dc8f795556 # Parent 8ba543afd58c30e2831f2345b6df648bafc09f9a updated sqlite, sqlite-dev, libsqlite and libsqlite-tcl (3.32.1 -> 3.39.2) diff -r 8ba543afd58c -r 6f5db10f8f5c libsqlite-tcl/receipt --- a/libsqlite-tcl/receipt Fri Jul 22 07:04:55 2022 +0100 +++ b/libsqlite-tcl/receipt Fri Jul 22 07:37:22 2022 +0100 @@ -1,8 +1,8 @@ # SliTaz package receipt. PACKAGE="libsqlite-tcl" -_realver="3320100" -VERSION="$(printf "%d.%d.%d" ${_realver:0:1} ${_realver:1:2} ${_realver:3:2})" +_realver=3390200 +VERSION="${_realver:0:1}.${_realver:1:2}.${_realver:4:1}" CATEGORY="office" SHORT_DESC="Small SQL database engine, tcl library." MAINTAINER="erjo@slitaz.org" @@ -18,5 +18,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/tcl* $fs/usr/lib + cp -a $install/usr/lib/tcl* $fs/usr/lib } diff -r 8ba543afd58c -r 6f5db10f8f5c libsqlite/receipt --- a/libsqlite/receipt Fri Jul 22 07:04:55 2022 +0100 +++ b/libsqlite/receipt Fri Jul 22 07:37:22 2022 +0100 @@ -1,8 +1,8 @@ # SliTaz package receipt. PACKAGE="libsqlite" -_realver="3320100" -VERSION="$(printf "%d.%d.%d" ${_realver:0:1} ${_realver:1:2} ${_realver:3:2})" +_realver=3390200 +VERSION="${_realver:0:1}.${_realver:1:2}.${_realver:4:1}" CATEGORY="office" SHORT_DESC="Small SQL database engine." MAINTAINER="erjo@slitaz.org" @@ -17,5 +17,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 8ba543afd58c -r 6f5db10f8f5c sqlite-dev/receipt --- a/sqlite-dev/receipt Fri Jul 22 07:04:55 2022 +0100 +++ b/sqlite-dev/receipt Fri Jul 22 07:37:22 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sqlite-dev" -_realver="3320100" +_realver="3390200" VERSION="$(printf "%d.%d.%d" ${_realver:0:1} ${_realver:1:2} ${_realver:3:2})" CATEGORY="development" SHORT_DESC="Small SQL database engine - development files." @@ -17,9 +17,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/include $fs/usr + cook_copy_folders include + cook_copy_folders pkgconfig + cook_copy_files *.*a } diff -r 8ba543afd58c -r 6f5db10f8f5c sqlite/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sqlite/description.txt Fri Jul 22 07:37:22 2022 +0100 @@ -0,0 +1,16 @@ +SQLite is a C-language library that implements a small, +fast, self-contained, high-reliability, full-featured, +SQL database engine. +SQLite is the most used database engine in the world. +SQLite is built into all mobile phones and most computers +and comes bundled inside countless other applications +that people use every day. + +The SQLite file format is stable, cross-platform, and +backwards compatible and the developers pledge to keep +it that way through the year 2050. +SQLite database files are commonly used as containers to +transfer rich content between systems and as a long-term +archival format for data. +There are over 1 trillion (1e12) SQLite databases in +active use. diff -r 8ba543afd58c -r 6f5db10f8f5c sqlite/receipt --- a/sqlite/receipt Fri Jul 22 07:04:55 2022 +0100 +++ b/sqlite/receipt Fri Jul 22 07:37:22 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sqlite" -_realver="3320100" +_realver="3390200" VERSION="$(printf "%d.%d.%d" ${_realver:0:1} ${_realver:1:2} ${_realver:3:2})" CATEGORY="office" SHORT_DESC="Small SQL database engine." @@ -10,7 +10,7 @@ WEB_SITE="https://www.sqlite.org/index.html" TARBALL="$PACKAGE-src-${_realver}.zip" -WGET_URL="https://www.sqlite.org/2020/$TARBALL" +WGET_URL="http://www.sqlite.org/2022/$TARBALL" EXTRA_SOURCE_FILES="mysql2sqlite.sh" @@ -29,8 +29,9 @@ compile_rules() { case "$ARCH" in - arm*) - ARCH_ARGS="--with-tcl=/cross/arm/sysroot/usr/lib" ;; + (arm*) + ARCH_ARGS="--with-tcl=/cross/arm/sysroot/usr/lib" + ;; esac [ -s "$SOURCES_REPOSITORY/mysql2sqlite.sh" ] || @@ -53,9 +54,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/bin - - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin cp "$SOURCES_REPOSITORY/mysql2sqlite.sh" $fs/usr/bin chmod +x $fs/usr/bin/mysql2sqlite.sh