wok-next view perl-io-socket-inet6/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents 2d12ebd38be4
children 4e6503d7a19f
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-io-socket-inet6"
4 VERSION="2.72"
5 CATEGORY="perl"
6 SHORT_DESC="IO::Socket::INET6 - Object interface for AF_INET/AF_INET6 domain \
7 sockets"
8 MAINTAINER="erjo@slitaz.org"
9 LICENSE="GPL"
10 WEB_SITE="https://metacpan.org/release/IO-Socket-INET6"
12 TARBALL="IO-Socket-INET6-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/$TARBALL"
15 DEPENDS="perl-socket6"
16 BUILD_DEPENDS="$DEPENDS"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 perl Makefile.PL &&
22 make && make DESTDIR=$install install &&
24 chmod -R u+w $install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 copy @std
31 }