wok-next annotate perl-socket6/receipt @ rev 19725
Up lives (2.8.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 25 11:14:35 2017 +0200 (2017-05-25) |
parents | 2d12ebd38be4 |
children | dfb3d7f1daed |
rev | line source |
---|---|
erjo@2656 | 1 # SliTaz package receipt. |
erjo@2656 | 2 |
erjo@2656 | 3 PACKAGE="perl-socket6" |
al@19709 | 4 VERSION="0.28" |
al@19709 | 5 CATEGORY="perl" |
al@19709 | 6 SHORT_DESC="Socket6 - IPv6 related part of the C socket.h defines and \ |
al@19709 | 7 structure manipulators" |
erjo@2656 | 8 MAINTAINER="erjo@slitaz.org" |
pascal@14702 | 9 LICENSE="GPL" |
al@19709 | 10 WEB_SITE="https://metacpan.org/release/Socket6" |
al@19709 | 11 |
al@19709 | 12 TARBALL="Socket6-$VERSION.tar.gz" |
al@19709 | 13 WGET_URL="https://cpan.metacpan.org/authors/id/U/UM/UMEMOTO/$TARBALL" |
al@19709 | 14 |
erjo@2656 | 15 DEPENDS="perl" |
erjo@2656 | 16 BUILD_DEPENDS="perl" |
erjo@2656 | 17 |
erjo@2656 | 18 # Rules to configure and make the package. |
erjo@2656 | 19 compile_rules() |
erjo@2656 | 20 { |
al@19709 | 21 perl Makefile.PL && |
al@19709 | 22 make && make DESTDIR=$install install && |
al@19709 | 23 |
al@19709 | 24 chmod -R u+w $install |
erjo@2656 | 25 } |
erjo@2656 | 26 |
erjo@2656 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@2656 | 28 genpkg_rules() |
erjo@2656 | 29 { |
al@19709 | 30 copy @std |
erjo@2656 | 31 } |