wok rev 23315
updated perl-dbd-pg (3.7.4 -> 3.10.5)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 30 15:25:50 2020 +0100 (2020-03-30) |
parents | 686da740b4f3 |
children | 1c91aeba09a4 |
files | perl-dbd-pg/receipt |
line diff
1.1 --- a/perl-dbd-pg/receipt Mon Mar 30 15:15:40 2020 +0100 1.2 +++ b/perl-dbd-pg/receipt Mon Mar 30 15:25:50 2020 +0100 1.3 @@ -1,25 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-dbd-pg" 1.7 -VERSION="3.7.4" 1.8 +VERSION="3.10.5" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="DBD::Pg module is a Perl extension." 1.11 +SHORT_DESC="Perl extension DBD::Pg." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL" 1.14 +WEB_SITE="https://metacpan.org/release/DBD-Pg" 1.15 + 1.16 SOURCE="DBD-Pg" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://cpan.org/" 1.19 -WGET_URL="http://cpan.org/authors/id/T/TU/TURNSTEP/$TARBALL" 1.20 +WGET_URL="https://www.cpan.org/modules/by-module/DBD/$TARBALL" 1.21 1.22 -DEPENDS="perl perl-dbi-dbd libpostgresqlclient" 1.23 +DEPENDS="libpostgresqlclient perl perl-dbi-dbd" 1.24 BUILD_DEPENDS="perl perl-dbi-dbd postgresql-dev" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 - cd $src 1.30 - perl Makefile.PL 1.31 - make 1.32 + perl Makefile.PL && 1.33 + make && 1.34 make DESTDIR=$DESTDIR install 1.35 } 1.36 1.37 @@ -27,6 +27,5 @@ 1.38 genpkg_rules() 1.39 { 1.40 mkdir -p $fs/usr 1.41 - cp -a $install/usr/lib $fs/usr 1.42 + cp -a $install/usr/lib $fs/usr 1.43 } 1.44 -