wok-next diff perl-rfc-rfc822-address/receipt @ rev 20796

Add descriptions to the GNOME games
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 10 16:17:43 2018 +0300 (2018-06-10)
parents 2d12ebd38be4
children 4e6503d7a19f
line diff
     1.1 --- a/perl-rfc-rfc822-address/receipt	Fri Jun 07 18:46:07 2013 +0200
     1.2 +++ b/perl-rfc-rfc822-address/receipt	Sun Jun 10 16:17:43 2018 +0300
     1.3 @@ -2,30 +2,29 @@
     1.4  
     1.5  PACKAGE="perl-rfc-rfc822-address"
     1.6  VERSION="2009110702"
     1.7 -CATEGORY="development"
     1.8 -SHORT_DESC="RFC::RFC822::Address module is a Perl extension."
     1.9 +CATEGORY="perl"
    1.10 +SHORT_DESC="RFC::RFC822::Address - RFC 822 style address validation"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL"
    1.13 -DEPENDS="perl"
    1.14 -BUILD_DEPENDS="perl"
    1.15 -SOURCE="RFC-RFC822-Address"
    1.16 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://cpan.org/"
    1.18 -WGET_URL="http://search.cpan.org/CPAN/authors/id/A/AB/ABIGAIL/$TARBALL"
    1.19 +WEB_SITE="https://metacpan.org/release/RFC-RFC822-Address"
    1.20 +
    1.21 +TARBALL="RFC-RFC822-Address-$VERSION.tar.gz"
    1.22 +WGET_URL="https://cpan.metacpan.org/authors/id/A/AB/ABIGAIL/$TARBALL"
    1.23 +
    1.24 +DEPENDS="perl-parse-recdescent"
    1.25 +BUILD_DEPENDS="$DEPENDS"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	cd $src
    1.31  	perl Makefile.PL &&
    1.32 -	make &&
    1.33 -	make DESTDIR=$DESTDIR install
    1.34 +	make && make DESTDIR=$install install &&
    1.35 +
    1.36 +	chmod -R u+w $install
    1.37  }
    1.38  
    1.39  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.40  genpkg_rules()
    1.41  {
    1.42 -	mkdir -p $fs/usr
    1.43 -	cp -a $install/usr/lib $fs/usr
    1.44 +	copy @std
    1.45  }
    1.46 -