wok-next diff perl-extutils-pkgconfig/receipt @ rev 21223

updated btrfs-progs again (4.9.1 -> 5.3.1)
author Hans-G?nter Theisgen
date Tue Dec 03 10:21:27 2019 +0100 (2019-12-03)
parents d5aab818505e
children
line diff
     1.1 --- a/perl-extutils-pkgconfig/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/perl-extutils-pkgconfig/receipt	Tue Dec 03 10:21:27 2019 +0100
     1.3 @@ -1,28 +1,23 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6 +ORIGIN="ExtUtils-PkgConfig"
     1.7  PACKAGE="perl-extutils-pkgconfig"
     1.8  VERSION="1.16"
     1.9 +AUTHOR="XAOC"
    1.10  CATEGORY="perl"
    1.11  SHORT_DESC="ExtUtils::PkgConfig - simplistic interface to pkg-config"
    1.12  MAINTAINER="claudinei@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14 -WEB_SITE="https://metacpan.org/release/ExtUtils-PkgConfig"
    1.15 -REPOLOGY="perl:extutils-pkgconfig"
    1.16 +WEB_SITE="https://metacpan.org/release/$ORIGIN"
    1.17 +HOST_ARCH="any"
    1.18 +REPOLOGY="${PACKAGE/-/:}"
    1.19  
    1.20 -TARBALL="ExtUtils-PkgConfig-$VERSION.tar.gz"
    1.21 -WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$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 pkg-config"
    1.26 +DEPENDS_std="perl pkg-config"
    1.27 +BUILD_DEPENDS="$DEPENDS_std"
    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 pkg-config"
    1.41 -}