wok-next diff perl-net-ftp-retrhandle/receipt @ rev 20095
Update/add packages needed for building MATE desktop:
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Oct 28 16:45:22 2017 +0300 (2017-10-28) |
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 Oct 28 16:45:22 2017 +0300 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 -