wok-next diff perl-io-socket-inet6/receipt @ rev 21047

Up tazpkg (971), cookutils (1095)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 26 21:15:05 2018 +0200 (2018-11-26)
parents 4e6503d7a19f
children f17e1f86f546
line diff
     1.1 --- a/perl-io-socket-inet6/receipt	Thu Jul 12 18:34:58 2018 +0300
     1.2 +++ b/perl-io-socket-inet6/receipt	Mon Nov 26 21:15:05 2018 +0200
     1.3 @@ -1,11 +1,11 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="perl-io-socket-inet6"
     1.8  VERSION="2.72"
     1.9  CATEGORY="perl"
    1.10  SHORT_DESC="IO::Socket::INET6 - Object interface for AF_INET/AF_INET6 domain \
    1.11  sockets"
    1.12 -MAINTAINER="erjo@slitaz.org"
    1.13 +MAINTAINER="devel@slitaz.org"
    1.14  LICENSE="GPL"
    1.15  WEB_SITE="https://metacpan.org/release/IO-Socket-INET6"
    1.16  REPOLOGY="perl:io-socket-inet6"
    1.17 @@ -13,20 +13,17 @@
    1.18  TARBALL="IO-Socket-INET6-$VERSION.tar.gz"
    1.19  WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/$TARBALL"
    1.20  
    1.21 -DEPENDS="perl-socket6"
    1.22 -BUILD_DEPENDS="$DEPENDS"
    1.23 +BUILD_DEPENDS="perl-socket6"
    1.24  
    1.25 -# Rules to configure and make the package.
    1.26 -compile_rules()
    1.27 -{
    1.28 +compile_rules() {
    1.29  	perl Makefile.PL &&
    1.30 -	make && make DESTDIR=$install install &&
    1.31 +	make &&
    1.32 +	make DESTDIR=$install install &&
    1.33  
    1.34  	chmod -R u+w $install
    1.35  }
    1.36  
    1.37 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.38 -genpkg_rules()
    1.39 -{
    1.40 +genpkg_rules() {
    1.41  	copy @std
    1.42 +	DEPENDS="perl-socket6"
    1.43  }