wok diff perl-linux-inotify2/receipt @ rev 23515
busybox: musl & diet may fail (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 06 12:11:08 2020 +0200 (2020-04-06) |
parents | 46fc8daa3b41 |
children | 15650f5d595b |
line diff
1.1 --- a/perl-linux-inotify2/receipt Thu Sep 10 10:00:06 2015 +0200 1.2 +++ b/perl-linux-inotify2/receipt Mon Apr 06 12:11:08 2020 +0200 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 -