wok-next diff perl-crypt-blowfish/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line diff
     1.1 --- a/perl-crypt-blowfish/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/perl-crypt-blowfish/receipt	Tue Sep 01 11:04:25 2020 +0000
     1.3 @@ -1,28 +1,22 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6 +ORIGIN="Crypt-Blowfish"
     1.7  PACKAGE="perl-crypt-blowfish"
     1.8  VERSION="2.14"
     1.9 +AUTHOR="DPARIS"
    1.10  CATEGORY="perl"
    1.11  SHORT_DESC="Crypt::Blowfish - Perl Blowfish encryption module"
    1.12  MAINTAINER="devel@slitaz.org"
    1.13 -LICENSE="Perl"
    1.14 -WEB_SITE="https://metacpan.org/release/Crypt-Blowfish"
    1.15 -REPOLOGY="perl:crypt-blowfish"
    1.16 +LICENSE="Perl" # metacpan: unknown
    1.17 +WEB_SITE="https://metacpan.org/release/$ORIGIN"
    1.18 +REPOLOGY="${PACKAGE/-/:}"
    1.19  
    1.20 -TARBALL="Crypt-Blowfish-$VERSION.tar.gz"
    1.21 -WGET_URL="https://cpan.metacpan.org/authors/id/D/DP/DPARIS/$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"
    1.26 +DEPENDS_std="perl"
    1.27 +BUILD_DEPENDS="$DEPENDS_std perl-dev"
    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 -}