wok rev 21326

updated libunwind and libunwind-dev (1.1 -> 1.2.1)
author Hans-G?nter Theisgen
date Fri Apr 19 10:02:57 2019 +0100 (2019-04-19)
parents 3a8a6ad2c404
children c20cd1a0411a
files libunwind-dev/receipt libunwind/receipt
line diff
     1.1 --- a/libunwind-dev/receipt	Fri Apr 19 09:47:55 2019 +0100
     1.2 +++ b/libunwind-dev/receipt	Fri Apr 19 10:02:57 2019 +0100
     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  }
     2.1 --- a/libunwind/receipt	Fri Apr 19 09:47:55 2019 +0100
     2.2 +++ b/libunwind/receipt	Fri Apr 19 10:02:57 2019 +0100
     2.3 @@ -1,13 +1,14 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libunwind"
     2.7 -VERSION="1.1"
     2.8 +VERSION="1.2.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 -LICENSE="custom"
    2.13 +LICENSE="X11"
    2.14 +WEB_SITE="https://www.nongnu.org/libunwind/"
    2.15 +
    2.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17 -WEB_SITE="http://www.nongnu.org/libunwind/"
    2.18  WGET_URL="http://download.savannah.gnu.org/releases/libunwind/$TARBALL"
    2.19  
    2.20  DEPENDS="liblzma"
    2.21 @@ -18,7 +19,8 @@
    2.22  {
    2.23  	./configure \
    2.24  		$CONFIGURE_ARGS &&
    2.25 -	make && make install
    2.26 +	make -j 1 &&
    2.27 +	make install
    2.28  }
    2.29  
    2.30  # Rules to gen a SliTaz package suitable for Tazpkg.