wok-current diff perl-dbi-dbd/receipt @ rev 23887
glibc: fix for binutils 2.29 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 17 11:18:27 2020 +0000 (2020-07-17) |
parents | 2d12ebd38be4 |
children | ca4a422cce07 |
line diff
1.1 --- a/perl-dbi-dbd/receipt Fri Jun 07 18:46:07 2013 +0200 1.2 +++ b/perl-dbi-dbd/receipt Fri Jul 17 11:18:27 2020 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-dbi-dbd" 1.7 -VERSION="1.607" 1.8 +VERSION="1.641" 1.9 CATEGORY="development" 1.10 SHORT_DESC="DBI::DBD module is a Perl extension." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -16,7 +16,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 perl Makefile.PL 1.18 make 1.19 make DESTDIR=$DESTDIR install 1.20 @@ -28,4 +27,3 @@ 1.21 mkdir -p $fs/usr 1.22 cp -a $install/usr/lib $fs/usr 1.23 } 1.24 -