wok diff libsgutils2/receipt @ rev 24693

updated jwm (2.3.7 -> 2.4.1)
author Hans-G?nter Theisgen
date Sun Mar 13 07:13:46 2022 +0100 (2022-03-13)
parents 5286a067ac76
children 7fb83ac61334
line diff
     1.1 --- a/libsgutils2/receipt	Sun Aug 11 19:53:39 2013 +0000
     1.2 +++ b/libsgutils2/receipt	Sun Mar 13 07:13:46 2022 +0100
     1.3 @@ -1,17 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsgutils2"
     1.7 -VERSION="1.29"
     1.8 +VERSION="1.45"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="The sg_utils library."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL BSD"
    1.13  WEB_SITE="http://sg.danny.cz/sg/"
    1.14 +
    1.15  WANTED="sg3_utils"
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
    1.19  {
    1.20  	mkdir -p $fs/usr/lib
    1.21 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.22 +
    1.23 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.24  }