wok-next diff perl-net-ftp-retrhandle/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents 2d12ebd38be4
children 4e6503d7a19f
line diff
     1.1 --- a/perl-net-ftp-retrhandle/receipt	Fri Jun 07 18:46:07 2013 +0200
     1.2 +++ b/perl-net-ftp-retrhandle/receipt	Sat Jun 09 11:23:42 2018 +0000
     1.3 @@ -2,30 +2,30 @@
     1.4  
     1.5  PACKAGE="perl-net-ftp-retrhandle"
     1.6  VERSION="0.2"
     1.7 -CATEGORY="development"
     1.8 -SHORT_DESC="Net::FTP::RetrHandle module is a Perl extension."
     1.9 +CATEGORY="perl"
    1.10 +SHORT_DESC="Net::FTP::RetrHandle - Tied or IO::Handle-compatible interface to \
    1.11 +a file retrieved by FTP"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL"
    1.14 +WEB_SITE="https://metacpan.org/release/Net-FTP-RetrHandle"
    1.15 +
    1.16 +TARBALL="Net-FTP-RetrHandle-$VERSION.tar.gz"
    1.17 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GI/GIFF/$TARBALL"
    1.18 +
    1.19  DEPENDS="perl"
    1.20  BUILD_DEPENDS="perl"
    1.21 -SOURCE="Net-FTP-RetrHandle"
    1.22 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.23 -WEB_SITE="http://cpan.org/"
    1.24 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GI/GIFF/$TARBALL"
    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 -	make DESTDIR=$DESTDIR install
    1.33 +	make && make DESTDIR=$install install &&
    1.34 +
    1.35 +	chmod -R u+w $install
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.39  genpkg_rules()
    1.40  {
    1.41 -	mkdir -p $fs/usr
    1.42 -	cp -a $install/usr/lib $fs/usr
    1.43 +	copy @std
    1.44  }
    1.45 -