wok-current diff perl-dbd-sqlite/receipt @ rev 23425
fusecloop: arch fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 01 11:42:26 2020 +0200 (2020-04-01) |
parents | 34787ac3a77e |
children | 15650f5d595b |
line diff
1.1 --- a/perl-dbd-sqlite/receipt Fri Oct 26 10:45:25 2018 +0200 1.2 +++ b/perl-dbd-sqlite/receipt Wed Apr 01 11:42:26 2020 +0200 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 }