wok rev 23316

updated perl-dbd-sqlite (1.58 -> 1.64)
author Hans-G?nter Theisgen
date Mon Mar 30 15:34:00 2020 +0100 (2020-03-30)
parents ffd12695c9e9
children 53eaea57fd6c
files perl-dbd-sqlite/receipt
line diff
     1.1 --- a/perl-dbd-sqlite/receipt	Mon Mar 30 15:25:50 2020 +0100
     1.2 +++ b/perl-dbd-sqlite/receipt	Mon Mar 30 15:34:00 2020 +0100
     1.3 @@ -1,24 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-dbd-sqlite"
     1.7 -VERSION="1.58"
     1.8 +VERSION="1.64"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="DBD::SQLite module is a Perl extension."
    1.11 +SHORT_DESC="Perl extension DBD::SQLite."
    1.12  MAINTAINER="admin@trixarian.net"
    1.13  LICENSE="GPL"
    1.14 +WEB_SITE="https://metacpan.org/release/DBD-SQLite"
    1.15 +
    1.16  SOURCE="DBD-SQLite"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://cpan.org/"
    1.19 -WGET_URL="https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/$TARBALL"
    1.20 +WGET_URL="https://www.cpan.org/modules/by-module/DBD/$TARBALL"
    1.21  
    1.22 -DEPENDS="perl perl-dbi-dbd libsqlite"
    1.23 +DEPENDS="libsqlite perl perl-dbi-dbd"
    1.24  BUILD_DEPENDS="perl perl-dbi-dbd sqlite-dev"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	perl Makefile.PL
    1.30 -	make
    1.31 +	perl Makefile.PL &&
    1.32 +	make &&
    1.33  	make DESTDIR=$DESTDIR install
    1.34  }
    1.35  
    1.36 @@ -26,5 +27,5 @@
    1.37  genpkg_rules()
    1.38  {
    1.39  	mkdir -p $fs/usr
    1.40 -	cp -a $install/usr/lib $fs/usr
    1.41 +	cp -a $install/usr/lib	$fs/usr
    1.42  }