wok-current view libmariadbclient/receipt @ rev 25786
Bump gvfs to fix issue with open files on android device, patch udev to fix mtp issue on pcmanfm
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Jul 29 18:05:13 2025 +0000 (2 months ago) |
parents | a9d624d7aa5a |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libmariadbclient"
4 VERSION="10.5.29"
5 CATEGORY="misc"
6 SHORT_DESC="SQL database system client libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://mariadb.org/"
10 WANTED="mariadb"
11 PROVIDE="libmysqlclient"
13 DEPENDS="zlib libssl"
15 HOST_ARCH="i486 x86_64"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/lib/mysql
21 cp -a $install/usr/lib/mysql/libmysqlclient*so* $fs/usr/lib/mysql
22 cd $fs/usr/lib
23 ln -s mysql/libmysqlclient.so .
24 ln -s mysql/libmysqlclient.so.18 .
25 ln -s mysql/libmysqlclient.so.18.0.0 .
26 ln -s mysql/libmysqlclient_r.so .
27 ln -s mysql/libmysqlclient_r.so.18 .
28 ln -s mysql/libmysqlclient_r.so.18.0.0 .
29 }