# HG changeset patch # User Hans-G?nter Theisgen # Date 1587375927 -3600 # Node ID d8948f13ff31798075a8f46a0006e88eaa593371 # Parent 598e8c4f77681a0d655b74606d068c468d47bf44 updated libsgutils2 (1.29 -> 1.45) diff -r 598e8c4f7768 -r d8948f13ff31 libsgutils2/receipt --- a/libsgutils2/receipt Mon Apr 20 10:42:41 2020 +0100 +++ b/libsgutils2/receipt Mon Apr 20 10:45:27 2020 +0100 @@ -1,17 +1,19 @@ # SliTaz package receipt. PACKAGE="libsgutils2" -VERSION="1.29" +VERSION="1.45" CATEGORY="system-tools" SHORT_DESC="The sg_utils library." MAINTAINER="pankso@slitaz.org" LICENSE="GPL BSD" WEB_SITE="http://sg.danny.cz/sg/" + WANTED="sg3_utils" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + + cp -a $install/usr/lib/*.so* $fs/usr/lib }