wok view perl-io-socket-ssl/receipt @ rev 22574

updated bzflag (2.4.0 -> 2.4.18)
author Hans-G?nter Theisgen
date Mon Jan 06 15:51:49 2020 +0100 (2020-01-06)
parents 1be66a08b81f
children 27b11fadc6a9
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-io-socket-ssl"
4 VERSION="2.060"
5 CATEGORY="development"
6 SHORT_DESC="IO::Socket::SSL module is a Perl extension."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 DEPENDS="perl"
10 BUILD_DEPENDS="perl"
11 SOURCE="IO-Socket-SSL"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WEB_SITE="http://cpan.org/"
14 WGET_URL="https://metacpan.org/CPAN/authors/id/S/SU/SULLR/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 yes '' | perl Makefile.PL &&
20 make &&
21 make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/lib $fs/usr
29 }