wok view apr-dbd-sqlite/receipt @ rev 22421

I see these >10 packages also got version updates due to xfce 4.12.0
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Dec 15 09:13:38 2019 +0000 (2019-12-15)
parents 64e367d2148e
children f4cb7c6f97ac
line source
1 # SliTaz package receipt.
3 PACKAGE="apr-dbd-sqlite"
4 VERSION="1.5.2"
5 CATEGORY="development"
6 SHORT_DESC="Apache Portable Runtime Library Utilities SQLite DBD driver"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="http://apr.apache.org"
10 WANTED="apr-util"
12 DEPENDS="apr-util sqlite"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/apr-util-1
19 cp -a $install/usr/lib/apr-util-1/*sqlite*.so $fs/usr/lib/apr-util-1
20 }