wok-next diff perl-file-tail/receipt @ rev 20433

mupdf: update patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 05 15:11:20 2018 +0100 (2018-02-05)
parents 979b97234beb
children 4e6503d7a19f
line diff
     1.1 --- a/perl-file-tail/receipt	Sat Sep 26 19:09:32 2015 +0000
     1.2 +++ b/perl-file-tail/receipt	Mon Feb 05 15:11:20 2018 +0100
     1.3 @@ -2,30 +2,30 @@
     1.4  
     1.5  PACKAGE="perl-file-tail"
     1.6  VERSION="1.3"
     1.7 -CATEGORY="development"
     1.8 -SHORT_DESC="File::Tail module is a Perl extension."
     1.9 +CATEGORY="perl"
    1.10 +SHORT_DESC="File::Tail - Perl extension for reading from continously updated \
    1.11 +files"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL"
    1.14 +WEB_SITE="https://metacpan.org/release/File-Tail"
    1.15 +
    1.16 +TARBALL="File-Tail-$VERSION.tar.gz"
    1.17 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MG/MGRABNAR/$TARBALL"
    1.18 +
    1.19  DEPENDS="perl"
    1.20  BUILD_DEPENDS="perl"
    1.21 -SOURCE="File-Tail"
    1.22 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.23 -WEB_SITE="http://cpan.org/"
    1.24 -WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MG/MGRABNAR/$TARBALL"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	cd $src
    1.30  	perl Makefile.PL &&
    1.31 -	make &&
    1.32 -	make DESTDIR=$DESTDIR install
    1.33 +	make && make DESTDIR=$install install &&
    1.34 +
    1.35 +	chmod -R u+w $install
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.39  genpkg_rules()
    1.40  {
    1.41 -	mkdir -p $fs/usr
    1.42 -	cp -a $install/usr/lib $fs/usr
    1.43 +	copy @std
    1.44  }
    1.45 -