wok-next view perl-socket6/receipt @ rev 21026

Tiny updates (Perl modules)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 04:30:58 2018 +0200 (2018-11-03)
parents d5aab818505e
children f17e1f86f546
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-socket6"
4 VERSION="0.29"
5 CATEGORY="perl"
6 SHORT_DESC="Socket6 - IPv6 related part of the C socket.h defines and \
7 structure manipulators"
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="GPL"
10 WEB_SITE="https://metacpan.org/release/Socket6"
11 REPOLOGY="perl:socket6"
13 TARBALL="Socket6-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/U/UM/UMEMOTO/$TARBALL"
16 BUILD_DEPENDS="perl-dev"
18 compile_rules() {
19 perl Makefile.PL &&
20 make &&
21 make DESTDIR=$install install &&
23 chmod -R u+w $install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="perl"
29 }