wok-next annotate perl-net-ssleay/receipt @ rev 19709

Up at-spi2-atk, libpcap, nettle, readline, tiff, xcb-util* and 220 Perl packages (there are still about 20 left)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 11 02:23:02 2017 +0300 (2017-05-11)
parents 2d12ebd38be4
children dfb3d7f1daed
rev   line source
pascal@1918 1 # SliTaz package receipt.
pascal@1918 2
pascal@1918 3 PACKAGE="perl-net-ssleay"
al@19709 4 VERSION="1.81"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Net::SSLeay - Perl extension for using OpenSSL"
pascal@1918 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/Net-SSLeay"
pascal@11256 10
al@19709 11 TARBALL="Net-SSLeay-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MIKEM/$TARBALL"
al@19709 13
al@19709 14 DEPENDS="perl libcrypto libssl zlib"
al@19709 15 BUILD_DEPENDS="perl openssl-dev"
pascal@1918 16
pascal@1918 17 # Rules to configure and make the package.
pascal@1918 18 compile_rules()
pascal@1918 19 {
al@19709 20 # avoid interactive questions
al@19709 21 PERL_MM_USE_DEFAULT=1 \
al@19709 22 perl Makefile.PL &&
al@19709 23 make && make DESTDIR=$install install &&
al@19709 24
al@19709 25 chmod -R u+w $install
pascal@1918 26 }
pascal@1918 27
pascal@1918 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1918 29 genpkg_rules()
pascal@1918 30 {
al@19709 31 copy @std
pascal@1918 32 }