wok rev 20487

Up perl-dbi-dbd (1.641)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 26 10:22:35 2018 +0200 (2018-10-26)
parents 049ced0bd387
children 34787ac3a77e
files perl-dbi-dbd/receipt
line diff
     1.1 --- a/perl-dbi-dbd/receipt	Fri Oct 26 10:09:53 2018 +0200
     1.2 +++ b/perl-dbi-dbd/receipt	Fri Oct 26 10:22:35 2018 +0200
     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 -