wok diff antinat-dev/receipt @ rev 22950

updated inotify-tools again (3.14 -> 3.20.2.2)
author Hans-G?nter Theisgen
date Fri Feb 28 14:33:03 2020 +0100 (2020-02-28)
parents acac2eedb66f
children 7dd01dedad38
line diff
     1.1 --- a/antinat-dev/receipt	Wed Feb 06 15:57:25 2019 +0100
     1.2 +++ b/antinat-dev/receipt	Fri Feb 28 14:33:03 2020 +0100
     1.3 @@ -1,21 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="antinat-dev"
     1.7 -VERSION="0.90"
     1.8 +VERSION="0.91"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Flexible SOCKS server & client library for proxy-based applications, development files."
    1.11 +SHORT_DESC="Flexible SOCKS server and client library for proxy-based applications, development files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="http://antinat.sourceforge.net/"
    1.15  
    1.16 +DEPENDS="antinat expat-dev"
    1.17  WANTED="antinat"
    1.18  
    1.19 -DEPENDS="antinat expat-dev"
    1.20 -
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.   
    1.22  genpkg_rules()                                      
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25 -	cp -a $install/usr/include $fs/usr
    1.26 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.27 +
    1.28 +	cp -a $install/usr/include	$fs/usr
    1.29 +	cp -a $install/usr/lib/*a	$fs/usr/lib
    1.30  }