wok diff apr-dbd-sqlite/receipt @ rev 24936
created recipe for mypaint-brushes
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 14 09:08:33 2022 +0100 (2022-04-14) |
parents | 617dbdeb6f7e |
children |
line diff
1.1 --- a/apr-dbd-sqlite/receipt Wed Oct 02 13:07:29 2013 +0000 1.2 +++ b/apr-dbd-sqlite/receipt Thu Apr 14 09:08:33 2022 +0100 1.3 @@ -1,21 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="apr-dbd-sqlite" 1.7 -VERSION="1.5.2" 1.8 +VERSION="1.6.1" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Apache Portable Runtime Library Utilities SQLite DBD driver" 1.11 +SHORT_DESC="Apache Portable Runtime Library Utilities SQLite DBD driver." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="Apache" 1.14 -WEB_SITE="http://apr.apache.org" 1.15 -WANTED="apr-util" 1.16 +WEB_SITE="https://apr.apache.org" 1.17 1.18 DEPENDS="apr-util sqlite" 1.19 +WANTED="apr-util" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib/apr-util-1 1.25 - 1.26 cp -a $install/usr/lib/apr-util-1/*sqlite*.so $fs/usr/lib/apr-util-1 1.27 } 1.28 -