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

Fix brisk-menu, mate-backgrounds, mate-user-guide
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Aug 26 09:13:55 2018 +0300 (2018-08-26)
parents 94c7506c8138
children f17e1f86f546
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-crypt-ssleay"
4 VERSION="0.72"
5 CATEGORY="perl"
6 SHORT_DESC="Crypt::SSLeay - OpenSSL support for LWP"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/Crypt-SSLeay"
10 REPOLOGY="perl:crypt-ssleay"
12 TARBALL="Crypt-SSLeay-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/N/NA/NANIS/$TARBALL"
15 BUILD_DEPENDS="perl-lwp-protocol-https perl-dev openssl-dev perl-path-class \
16 perl-io-interactive-tiny"
18 compile_rules() {
19 sed -i 's|inc::||' Makefile.PL
21 perl Makefile.PL &&
22 make &&
23 make DESTDIR=$install install &&
25 chmod -R u+w $install
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="perl openssl perl-lwp-protocol-https"
31 }