wok rev 23359

updated perl-linux-inotify2 (1.22 -> 2.2)
author Hans-G?nter Theisgen
date Tue Mar 31 10:38:47 2020 +0100 (2020-03-31)
parents 2c0ff3a9d1f1
children 8f99f0f62c8d
files perl-linux-inotify2/receipt
line diff
     1.1 --- a/perl-linux-inotify2/receipt	Tue Mar 31 10:20:40 2020 +0100
     1.2 +++ b/perl-linux-inotify2/receipt	Tue Mar 31 10:38:47 2020 +0100
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-linux-inotify2"
     1.7 -VERSION="1.22"
     1.8 +VERSION="2.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Linux::Inotify2 module is a Perl extension."
    1.11 +SHORT_DESC="Perl extension Linux::Inotify2."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL"
    1.14 +WEB_SITE="https://metacpan.org/release/Linux-Inotify2"
    1.15 +
    1.16  SOURCE="Linux-Inotify2"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://cpan.org/"
    1.19 -WGET_URL="http://cpan.org/authors/id/M/ML/MLEHMANN/$TARBALL"
    1.20 +WGET_URL="https://www.cpan.org/modules/by-module/Linux/$TARBALL"
    1.21  
    1.22  DEPENDS="perl-common-sense"
    1.23  BUILD_DEPENDS="perl"
    1.24 @@ -17,8 +18,8 @@
    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 +	perl Makefile.PL &&
    1.31 +	make &&
    1.32  	make DESTDIR=$DESTDIR install
    1.33  }
    1.34  
    1.35 @@ -26,6 +27,5 @@
    1.36  genpkg_rules()
    1.37  {
    1.38  	mkdir -p $fs/usr
    1.39 -	cp -a $install/usr/lib $fs/usr
    1.40 +	cp -a $install/usr/lib	$fs/usr
    1.41  }
    1.42 -