wok diff libunwind-dev/receipt @ rev 21692

simple-mtpfs: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 04 11:06:20 2019 +0200 (2019-06-04)
parents fc9203de5ff2
children 60ff708a9bbf
line diff
     1.1 --- a/libunwind-dev/receipt	Tue Feb 21 15:50:51 2017 +0100
     1.2 +++ b/libunwind-dev/receipt	Tue Jun 04 11:06:20 2019 +0200
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libunwind-dev"
     1.7 -VERSION="1.1"
     1.8 +VERSION="1.2.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="libunwind include files."
    1.11 +SHORT_DESC="libunwind development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13 -LICENSE="custom"
    1.14 +LICENSE="X11"
    1.15 +WEB_SITE="https://www.nongnu.org/libunwind/"
    1.16 +
    1.17  WANTED="libunwind"
    1.18 -WEB_SITE="http://www.nongnu.org/libunwind/"
    1.19 -
    1.20  DEPENDS="libunwind pkg-config"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25  	mkdir -p $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.27 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.28 -	cp -a $install/usr/include $fs/usr
    1.29 +
    1.30 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.31 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.32 +	cp -a $install/usr/include		$fs/usr
    1.33  }