wok-current rev 23642
updated libsgutils2 (1.29 -> 1.45)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 20 10:45:27 2020 +0100 (2020-04-20) |
parents | 598e8c4f7768 |
children | 4d225f2fc27b |
files | libsgutils2/receipt |
line diff
1.1 --- a/libsgutils2/receipt Mon Apr 20 10:42:41 2020 +0100 1.2 +++ b/libsgutils2/receipt Mon Apr 20 10:45:27 2020 +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 }