wok diff libsgutils2/receipt @ rev 25050
Up memtest-efi* (6.00b2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 04 20:41:29 2022 +0000 (2022-06-04) |
parents | 5286a067ac76 |
children | 7fb83ac61334 |
line diff
1.1 --- a/libsgutils2/receipt Sun Aug 11 19:53:39 2013 +0000 1.2 +++ b/libsgutils2/receipt Sat Jun 04 20:41:29 2022 +0000 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 }