wok-next diff perl-lchown/receipt @ rev 21087
Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 28 05:11:49 2018 +0200 (2018-12-28) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/perl-lchown/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/perl-lchown/receipt Fri Dec 28 05:11:49 2018 +0200 1.3 @@ -1,28 +1,22 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 +ORIGIN="Lchown" 1.8 PACKAGE="perl-lchown" 1.9 VERSION="1.01" 1.10 +AUTHOR="NCLEATON" 1.11 CATEGORY="perl" 1.12 SHORT_DESC="Lchown - use the lchown(2) system call from Perl" 1.13 MAINTAINER="pascal.bellard@slitaz.org" 1.14 LICENSE="GPL" 1.15 -WEB_SITE="https://metacpan.org/release/Lchown" 1.16 -REPOLOGY="perl:lchown" 1.17 +WEB_SITE="https://metacpan.org/release/$ORIGIN" 1.18 +REPOLOGY="${PACKAGE/-/:}" 1.19 1.20 -TARBALL="Lchown-$VERSION.tar.gz" 1.21 -WGET_URL="https://cpan.metacpan.org/authors/id/N/NC/NCLEATON/$TARBALL" 1.22 +TARBALL="$ORIGIN-$VERSION.tar.gz" 1.23 +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" 1.24 1.25 -BUILD_DEPENDS="perl-dev perl-module-build" 1.26 +DEPENDS_std="perl" 1.27 +BUILD_DEPENDS="$DEPENDS_std perl-dev perl-module-build" 1.28 1.29 compile_rules() { 1.30 - perl Makefile.PL && 1.31 - make && 1.32 - make DESTDIR=$install install && 1.33 - 1.34 - chmod -R u+w $install 1.35 + cook_perl 1.36 } 1.37 - 1.38 -genpkg_rules() { 1.39 - copy @std 1.40 - DEPENDS="perl" 1.41 -}