wok-next annotate perl-io-socket-ssl/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 | 44d2daaccb67 |
rev | line source |
---|---|
pascal@1669 | 1 # SliTaz package receipt. |
pascal@1669 | 2 |
pascal@1669 | 3 PACKAGE="perl-io-socket-ssl" |
al@19709 | 4 VERSION="2.048" |
al@19709 | 5 CATEGORY="perl" |
al@19709 | 6 SHORT_DESC="IO::Socket::SSL - SSL sockets with IO::Socket interface" |
pascal@1669 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14702 | 8 LICENSE="GPL" |
al@19709 | 9 WEB_SITE="https://metacpan.org/release/IO-Socket-SSL" |
al@19709 | 10 |
al@19709 | 11 TARBALL="IO-Socket-SSL-$VERSION.tar.gz" |
al@19709 | 12 WGET_URL="https://cpan.metacpan.org/authors/id/S/SU/SULLR/$TARBALL" |
al@19709 | 13 |
al@19709 | 14 DEPENDS="perl-net-ssleay" |
al@19709 | 15 BUILD_DEPENDS="$DEPENDS perl-uri" |
pascal@1669 | 16 |
pascal@1669 | 17 # Rules to configure and make the package. |
pascal@1669 | 18 compile_rules() |
pascal@1669 | 19 { |
al@19709 | 20 # avoid interactive questions |
al@19709 | 21 PERL_MM_USE_DEFAULT=1 \ |
pascal@1669 | 22 perl Makefile.PL && |
al@19709 | 23 make && make DESTDIR=$install install && |
al@19709 | 24 |
al@19709 | 25 chmod -R u+w $install |
pascal@1669 | 26 } |
pascal@1669 | 27 |
pascal@1669 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1669 | 29 genpkg_rules() |
pascal@1669 | 30 { |
al@19709 | 31 copy @std |
pascal@1669 | 32 } |