wok diff net-snmp-dev/receipt @ rev 23875

Up alpine (2.23), ansible (2.9.10), wordpress (5.4.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 27 16:47:12 2020 +0000 (2020-06-27)
parents 3765f181a6d5
children e2073ef01171
line diff
     1.1 --- a/net-snmp-dev/receipt	Sat Nov 30 17:02:58 2013 +0000
     1.2 +++ b/net-snmp-dev/receipt	Sat Jun 27 16:47:12 2020 +0000
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="net-snmp-dev"
     1.7 -VERSION="5.6.1"
     1.8 +VERSION="5.8"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="dev files for net-snmp"
    1.11 +SHORT_DESC="Development files for net-snmp."
    1.12  MAINTAINER="allan316@gmail.com"
    1.13  LICENSE="BSD"
    1.14  WEB_SITE="http://net-snmp.sourceforge.net"
    1.15 -WANTED="net-snmp"
    1.16  
    1.17  DEPENDS="net-snmp"
    1.18 +WANTED="net-snmp"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib
    1.24 -	cp -a $install/usr/lib/*.a $fs/usr/lib
    1.25 -	cp -a $install/usr/lib/*.la $fs/usr/lib
    1.26 -	cp -a $install/usr/include $fs/usr
    1.27 +
    1.28 +	cp -a $install/usr/lib/*.a	$fs/usr/lib
    1.29 +	cp -a $install/usr/lib/*.la	$fs/usr/lib
    1.30 +	cp -a $install/usr/include	$fs/usr
    1.31  }