wok-current rev 24853
updated libzdb and libzdb-dev (3.2.1 -> 3.2.2)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 28 13:57:51 2022 +0100 (2022-03-28) |
parents | 5626c14aff89 |
children | 7fc888a06141 |
files | libzdb-dev/receipt libzdb/description.txt libzdb/receipt |
line diff
1.1 --- a/libzdb-dev/receipt Mon Mar 28 13:43:56 2022 +0100 1.2 +++ b/libzdb-dev/receipt Mon Mar 28 13:57:51 2022 +0100 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libzdb-dev" 1.7 -VERSION="3.2.1" 1.8 +VERSION="3.2.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Zild Database Library - development files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL" 1.13 -WEB_SITE="http://www.tildeslash.com/libzdb/" 1.14 +WEB_SITE="https://www.tildeslash.com/libzdb/" 1.15 1.16 DEPENDS="libzdb pkg-config" 1.17 WANTED="libzdb" 1.18 @@ -16,10 +16,6 @@ 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mkdir -p $fs/usr/lib 1.23 - 1.24 - cp -a $install/usr/include $fs/usr 1.25 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.26 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.27 + get_dev_files 1.28 } 1.29
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/libzdb/description.txt Mon Mar 28 13:57:51 2022 +0100 2.3 @@ -0,0 +1,7 @@ 2.4 +A small, easy to use Open Source Database Connection Pool Library 2.5 +with the following features: 2.6 + 2.7 +- Thread safe Database Connection Pool 2.8 +- Connect to multiple database systems 2.9 +- Zero runtime configuration, connect using a URL scheme 2.10 +- Supports MySQL, PostgreSQL, SQLite and Oracle
3.1 --- a/libzdb/receipt Mon Mar 28 13:43:56 2022 +0100 3.2 +++ b/libzdb/receipt Mon Mar 28 13:57:51 2022 +0100 3.3 @@ -1,15 +1,15 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="libzdb" 3.7 -VERSION="3.2.1" 3.8 +VERSION="3.2.2" 3.9 CATEGORY="system-tools" 3.10 SHORT_DESC="Zild Database Library." 3.11 MAINTAINER="pankso@slitaz.org" 3.12 LICENSE="GPL" 3.13 -WEB_SITE="http://www.tildeslash.com/libzdb/" 3.14 +WEB_SITE="https://www.tildeslash.com/libzdb/" 3.15 3.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.17 -WGET_URL="http://www.tildeslash.com/libzdb/dist/$TARBALL" 3.18 +WGET_URL="https://www.tildeslash.com/libzdb/dist/$TARBALL" 3.19 3.20 DEPENDS="gcc83-lib-base sqlite" 3.21 BUILD_DEPENDS="gcc83 sqlite-dev" 3.22 @@ -46,7 +46,5 @@ 3.23 # Rules to gen a SliTaz package suitable for Tazpkg. 3.24 genpkg_rules() 3.25 { 3.26 - mkdir -p $fs/usr/lib 3.27 - cp -a $install/usr/lib/*.so* $fs/usr/lib 3.28 + cook_copy_files *.so* 3.29 } 3.30 -