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

Continue: json-c, json-glib, keyutils, libarchive, libassuan, libatasmart, libatomic_ops, libblockdev, libbytesize, libcroco, libdaemon, libesmtp, libffi, libgcrypt, libgpg-error, libgsf, libgudev, libgusb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 08 02:55:48 2017 +0200 (2017-12-08)
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 }