wok diff libunwind-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents 60ff708a9bbf
children
line diff
     1.1 --- a/libunwind-dev/receipt	Thu Mar 12 16:41:11 2020 +0100
     1.2 +++ b/libunwind-dev/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,11 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libunwind-dev"
     1.7 -VERSION="1.3.1"
     1.8 +VERSION="1.6.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="libunwind development files."
    1.11 +SHORT_DESC="Libunwind development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13 -LICENSE="X11"
    1.14 +LICENSE="MIT"
    1.15  WEB_SITE="https://www.nongnu.org/libunwind/"
    1.16  
    1.17  DEPENDS="libunwind pkg-config"
    1.18 @@ -14,9 +14,5 @@
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p $fs/usr/lib
    1.23 -
    1.24 -	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.25 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.26 -	cp -a $install/usr/include		$fs/usr
    1.27 +	get_dev_files
    1.28  }