wok diff libunwind/receipt @ rev 21811
Add python-enum34
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 17 19:18:13 2019 +0200 (2019-08-17) |
parents | fd8b9f3b8878 |
children | 60ff708a9bbf |
line diff
1.1 --- a/libunwind/receipt Mon Mar 31 01:18:02 2014 +0200 1.2 +++ b/libunwind/receipt Sat Aug 17 19:18:13 2019 +0200 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libunwind" 1.7 -VERSION="1.1" 1.8 +VERSION="1.2.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="C programming interface (API) to determine the call-chain of a program." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -LICENSE="custom" 1.13 +LICENSE="X11" 1.14 +WEB_SITE="https://www.nongnu.org/libunwind/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://www.nongnu.org/libunwind/" 1.18 WGET_URL="http://download.savannah.gnu.org/releases/libunwind/$TARBALL" 1.19 1.20 DEPENDS="liblzma" 1.21 @@ -18,7 +19,8 @@ 1.22 { 1.23 ./configure \ 1.24 $CONFIGURE_ARGS && 1.25 - make && make install 1.26 + make -j 1 && 1.27 + make install 1.28 } 1.29 1.30 # Rules to gen a SliTaz package suitable for Tazpkg.