# HG changeset patch # User Hans-G?nter Theisgen # Date 1641102817 -3600 # Node ID d7b3e84eb70e9d00b337555c241683fac89678c3 # Parent f9c7aea3d4f2d207ecbe11a6b6d691572a8bc8a0 updated perl-linux-inotify2 (2.2 -> 2.3) diff -r f9c7aea3d4f2 -r d7b3e84eb70e perl-linux-inotify2/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-linux-inotify2/description.txt Sun Jan 02 06:53:37 2022 +0100 @@ -0,0 +1,10 @@ +This module implements an interface to the Linux 2.6.13 and later +Inotify file or directory change notification system. + +It has a number of advantages over the Linux::Inotify module: + +- it is portable (Linux::Inotify only works on x86) +- the equivalent of fullname works correctly +- it is better documented +- it has callback-style interface, which is better suited for + integration. diff -r f9c7aea3d4f2 -r d7b3e84eb70e perl-linux-inotify2/receipt --- a/perl-linux-inotify2/receipt Sun Jan 02 06:50:51 2022 +0100 +++ b/perl-linux-inotify2/receipt Sun Jan 02 06:53:37 2022 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="perl-linux-inotify2" -VERSION="2.2" +VERSION="2.3" CATEGORY="development" SHORT_DESC="Perl extension Linux::Inotify2." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Linux-Inotify2" +WEB_SITE="https://metacpan.org/pod/Linux::Inotify2" +REPOLOGY="perl:linux-inotify2" SOURCE="Linux-Inotify2" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -26,12 +27,11 @@ { perl Makefile.PL && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cook_copy_folders lib }