wok rev 23114

updated libunwind and libunwind-dev (1.2.1 -> 1.3.1)
author Hans-G?nter Theisgen
date Thu Mar 12 16:41:11 2020 +0100 (2020-03-12)
parents 60bae8a22f66
children 6d955cb4f646
files libunwind-dev/receipt libunwind/receipt
line diff
     1.1 --- a/libunwind-dev/receipt	Thu Mar 12 16:32:44 2020 +0100
     1.2 +++ b/libunwind-dev/receipt	Thu Mar 12 16:41:11 2020 +0100
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libunwind-dev"
     1.7 -VERSION="1.2.1"
     1.8 +VERSION="1.3.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="libunwind development files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="X11"
    1.13  WEB_SITE="https://www.nongnu.org/libunwind/"
    1.14  
    1.15 +DEPENDS="libunwind pkg-config"
    1.16  WANTED="libunwind"
    1.17 -DEPENDS="libunwind pkg-config"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
     2.1 --- a/libunwind/receipt	Thu Mar 12 16:32:44 2020 +0100
     2.2 +++ b/libunwind/receipt	Thu Mar 12 16:41:11 2020 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libunwind"
     2.7 -VERSION="1.2.1"
     2.8 +VERSION="1.3.1"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="C programming interface (API) to determine the call-chain of a program."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -27,5 +27,5 @@
    2.13  genpkg_rules()
    2.14  {
    2.15  	mkdir -p $fs/usr/lib
    2.16 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.17 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    2.18  }