wok-next diff perl-mail-sendmail/receipt @ rev 19884

libxklavier: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 07 14:53:11 2017 +0200 (2017-10-07)
parents 46fc8daa3b41
children 44d2daaccb67
line diff
     1.1 --- a/perl-mail-sendmail/receipt	Thu Sep 10 10:00:06 2015 +0200
     1.2 +++ b/perl-mail-sendmail/receipt	Sat Oct 07 14:53:11 2017 +0200
     1.3 @@ -2,14 +2,14 @@
     1.4  
     1.5  PACKAGE="perl-mail-sendmail"
     1.6  VERSION="0.79"
     1.7 -CATEGORY="development"
     1.8 -SHORT_DESC="Mail::Sendmail module is a Perl extension."
     1.9 +CATEGORY="perl"
    1.10 +SHORT_DESC="Mail::Sendmail - Simple platform independent mailer"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL"
    1.13 -SOURCE="Mail-Sendmail"
    1.14 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.15 -WEB_SITE="http://cpan.org/"
    1.16 -WGET_URL="http://cpan.org/authors/id/M/MI/MIVKOVIC/$TARBALL"
    1.17 +WEB_SITE="https://metacpan.org/release/Mail-Sendmail"
    1.18 +
    1.19 +TARBALL="Mail-Sendmail-$VERSION.tar.gz"
    1.20 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MIVKOVIC/$TARBALL"
    1.21  
    1.22  DEPENDS="perl"
    1.23  BUILD_DEPENDS="perl"
    1.24 @@ -17,15 +17,14 @@
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	perl Makefile.PL
    1.29 -	make
    1.30 -	make DESTDIR=$DESTDIR install
    1.31 +	perl Makefile.PL &&
    1.32 +	make && make DESTDIR=$install install &&
    1.33 +
    1.34 +	chmod -R u+w $install
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.38  genpkg_rules()
    1.39  {
    1.40 -	mkdir -p $fs/usr
    1.41 -	cp -a $install/usr/lib $fs/usr
    1.42 +	copy @std
    1.43  }
    1.44 -