wok-next annotate perl-crypt-ssleay/receipt @ rev 20259

xsave: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 07 18:34:13 2017 +0100 (2017-11-07)
parents dfb3d7f1daed
children 94c7506c8138
rev   line source
pascal@11256 1 # SliTaz package receipt.
pascal@11256 2
pascal@11256 3 PACKAGE="perl-crypt-ssleay"
al@19770 4 VERSION="0.72"
al@19770 5 CATEGORY="perl"
al@19770 6 SHORT_DESC="Crypt::SSLeay - OpenSSL support for LWP"
pascal@11256 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19770 9 WEB_SITE="https://metacpan.org/release/Crypt-SSLeay"
pascal@11256 10
al@19770 11 TARBALL="Crypt-SSLeay-$VERSION.tar.gz"
al@19770 12 WGET_URL="https://cpan.metacpan.org/authors/id/N/NA/NANIS/$TARBALL"
al@19770 13
al@19770 14 DEPENDS="perl openssl perl-lwp-protocol-https"
al@19770 15 BUILD_DEPENDS="$DEPENDS perl-dev openssl-dev perl-path-class"
pascal@11256 16
pascal@11256 17 # Rules to configure and make the package.
pascal@11256 18 compile_rules()
pascal@11256 19 {
al@19770 20 perl Makefile.PL &&
al@19770 21 make && make DESTDIR=$install install &&
al@19770 22
al@19770 23 chmod -R u+w $install
pascal@11256 24 }
pascal@11256 25
pascal@11256 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11256 27 genpkg_rules()
pascal@11256 28 {
al@19770 29 copy @std
pascal@11256 30 }