wok rev 24667

updated inotify-tools (3.20.2.2 -> 3.22.1.0)
author Hans-G?nter Theisgen
date Fri Mar 11 16:18:25 2022 +0100 (2022-03-11)
parents bacc73f6bb3a
children 63f5ba2b74dc
files inotify-tools/description.txt inotify-tools/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/inotify-tools/description.txt	Fri Mar 11 16:18:25 2022 +0100
     1.3 @@ -0,0 +1,5 @@
     1.4 +Inotify-tools is a C library and a set of command-line programs
     1.5 +for Linux providing a simple interface to inotify.
     1.6 +These programs can be used to monitor and act upon filesystem events.
     1.7 +The programs are written in C and have no dependencies other than a
     1.8 +Linux kernel supporting inotify.
     2.1 --- a/inotify-tools/receipt	Fri Mar 11 15:40:49 2022 +0100
     2.2 +++ b/inotify-tools/receipt	Fri Mar 11 16:18:25 2022 +0100
     2.3 @@ -1,8 +1,9 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="inotify-tools"
     2.7 -VERSION="3.20.2.2"
     2.8 +VERSION="3.22.1.0"
     2.9  CATEGORY="system-tools"
    2.10 +TAGS="notify"
    2.11  SHORT_DESC="Set of programs providing a simple interface to inotify."
    2.12  MAINTAINER="pankso@slitaz.org"
    2.13  LICENSE="GPL"
    2.14 @@ -23,6 +24,8 @@
    2.15  # Rules to configure and make the package.
    2.16  compile_rules()
    2.17  {
    2.18 +	sed -i 's|Wshadow|Wno-error=shadow|'	src/Makefile.am
    2.19 +
    2.20  	./autogen.sh &&
    2.21  	./configure		\
    2.22  		--prefix=/usr	\
    2.23 @@ -34,8 +37,6 @@
    2.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.25  genpkg_rules()
    2.26  {
    2.27 -	mkdir -p $fs/usr/lib
    2.28 -
    2.29 -	cp -a $install/usr/bin		$fs/usr
    2.30 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    2.31 +	cook_copy_folders	bin
    2.32 +	cook_copy_files		*.so*
    2.33  }