wok diff libzen/receipt @ rev 25332
updated strace (5.6 -> 5.18)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jul 23 14:59:58 2022 +0100 (2022-07-23) |
parents | 89c8d8b6cf48 |
children |
line diff
1.1 --- a/libzen/receipt Fri Feb 18 09:29:30 2022 +0000 1.2 +++ b/libzen/receipt Sat Jul 23 14:59:58 2022 +0100 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libzen" 1.7 -VERSION="0.4.37" 1.8 +VERSION="0.4.39" 1.9 CATEGORY="libdevel" 1.10 -SHORT_DESC="ZenLib - small C++ derivative class to have a simpler life." 1.11 +SHORT_DESC="Shared library for libmediainfo and mediainfo." 1.12 MAINTAINER="al.bobylev@gmail.com" 1.13 LICENSE="zlib/libpng" 1.14 WEB_SITE="https://mediaarea.net/" 1.15 @@ -24,13 +24,13 @@ 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 - cd Project/GNU/Library 1.20 + cd Project/GNU/Library 1.21 ./autogen.sh && 1.22 ./configure \ 1.23 --prefix=/usr \ 1.24 --sysconfdir=/etc \ 1.25 $CONFIGURE_ARGS && 1.26 - make -j 1 && 1.27 + make && 1.28 make install 1.29 1.30 # 0.4.37: not created 1.31 @@ -41,5 +41,5 @@ 1.32 # Rules to gen a SliTaz package suitable for Tazpkg. 1.33 genpkg_rules() 1.34 { 1.35 - cp -a $install/* $fs 1.36 + cp -a $install/* $fs 1.37 }