wok diff apr-dbd-pgsql/receipt @ rev 22618

updated cryptsetup and cryptsetup-dev (2.0.0 -> 2.2.2)
author Hans-G?nter Theisgen
date Sun Jan 12 10:56:30 2020 +0100 (2020-01-12)
parents 617dbdeb6f7e
children
line diff
     1.1 --- a/apr-dbd-pgsql/receipt	Wed Oct 02 13:07:29 2013 +0000
     1.2 +++ b/apr-dbd-pgsql/receipt	Sun Jan 12 10:56:30 2020 +0100
     1.3 @@ -1,20 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="apr-dbd-pgsql"
     1.7 -VERSION="1.5.2"
     1.8 +VERSION="1.6.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="APR Library Utilities PostgreSQL DBD driver"
    1.11 +SHORT_DESC="APR Library Utilities PostgreSQL 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 libpostgresqlclient"
    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/*pgsql*.so $fs/usr/lib/apr-util-1
    1.27  }