wok-next view perl-crypt-ssleay/receipt @ rev 21725

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
parents 4e6503d7a19f
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="Crypt-SSLeay"
4 PACKAGE="perl-crypt-ssleay"
5 VERSION="0.72"
6 AUTHOR="NANIS"
7 CATEGORY="perl"
8 SHORT_DESC="Crypt::SSLeay - OpenSSL support for LWP"
9 MAINTAINER="pascal.bellard@slitaz.org"
10 LICENSE="GPL"
11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
12 REPOLOGY="${PACKAGE/-/:}"
14 TARBALL="$ORIGIN-$VERSION.tar.gz"
15 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
17 DEPENDS_std="perl openssl perl-lwp-protocol-https"
18 BUILD_DEPENDS="$DEPENDS_std perl-dev openssl-dev perl-path-class \
19 perl-io-interactive-tiny"
21 compile_rules() {
22 sed -i 's|inc::||' Makefile.PL
24 cook_perl
25 }