wok diff inotify-tools/receipt @ rev 25493

Add libgnt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 19 17:37:48 2022 +0000 (18 months ago)
parents 5ea0ce1cecc0
children 20ad21d5532c
line diff
     1.1 --- a/inotify-tools/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/inotify-tools/receipt	Sat Nov 19 17:37:48 2022 +0000
     1.3 @@ -1,8 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="inotify-tools"
     1.7 -VERSION="3.20.2.2"
     1.8 +VERSION="3.22.1.0"
     1.9  CATEGORY="system-tools"
    1.10 +TAGS="notify"
    1.11  SHORT_DESC="Set of programs providing a simple interface to inotify."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL"
    1.14 @@ -23,6 +24,8 @@
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 +	sed -i 's|Wshadow|Wno-error=shadow|'	src/Makefile.am
    1.19 +
    1.20  	./autogen.sh &&
    1.21  	./configure		\
    1.22  		--prefix=/usr	\
    1.23 @@ -34,8 +37,6 @@
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27 -	mkdir -p $fs/usr/lib
    1.28 -
    1.29 -	cp -a $install/usr/bin		$fs/usr
    1.30 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.31 +	cook_copy_folders	bin
    1.32 +	cook_copy_files		*.so*
    1.33  }