wok-next diff perl-socket6/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | 4e6503d7a19f |
children | 2032afd3d24e |
line diff
1.1 --- a/perl-socket6/receipt Thu Jul 12 18:34:58 2018 +0300 1.2 +++ b/perl-socket6/receipt Fri Nov 02 14:15:08 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-socket6" 1.8 VERSION="0.28" 1.9 CATEGORY="perl" 1.10 SHORT_DESC="Socket6 - IPv6 related part of the C socket.h defines and \ 1.11 structure manipulators" 1.12 -MAINTAINER="erjo@slitaz.org" 1.13 +MAINTAINER="devel@slitaz.org" 1.14 LICENSE="GPL" 1.15 WEB_SITE="https://metacpan.org/release/Socket6" 1.16 REPOLOGY="perl:socket6" 1.17 @@ -13,20 +13,17 @@ 1.18 TARBALL="Socket6-$VERSION.tar.gz" 1.19 WGET_URL="https://cpan.metacpan.org/authors/id/U/UM/UMEMOTO/$TARBALL" 1.20 1.21 -DEPENDS="perl" 1.22 BUILD_DEPENDS="perl-dev" 1.23 1.24 -# Rules to configure and make the package. 1.25 -compile_rules() 1.26 -{ 1.27 +compile_rules() { 1.28 perl Makefile.PL && 1.29 - make && make DESTDIR=$install install && 1.30 + make && 1.31 + make DESTDIR=$install install && 1.32 1.33 chmod -R u+w $install 1.34 } 1.35 1.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.37 -genpkg_rules() 1.38 -{ 1.39 +genpkg_rules() { 1.40 copy @std 1.41 + DEPENDS="perl" 1.42 }