wok diff libffi/receipt @ rev 22150

updated xar and xar-dev (1.5.2 -> 1.6.1)
author Hans-G?nter Theisgen
date Wed Nov 06 17:36:13 2019 +0100 (2019-11-06)
parents 51b3e2d10e16
children a4e0ca27c317
line diff
     1.1 --- a/libffi/receipt	Fri Jul 11 10:11:07 2014 +0300
     1.2 +++ b/libffi/receipt	Wed Nov 06 17:36:13 2019 +0100
     1.3 @@ -1,25 +1,28 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libffi"
     1.7 -VERSION="3.1"
     1.8 +VERSION="3.2.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A portable foreign function interface library."
    1.11  MAINTAINER="rcx@zoominternet.net"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://sourceware.org/libffi/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://sourceware.org/libffi/"
    1.17  WGET_URL="ftp://sourceware.org/pub/$PACKAGE/$TARBALL"
    1.18 -HOST_ARCH="i486 arm"
    1.19  
    1.20  DEPENDS="glibc-base"
    1.21  
    1.22 +HOST_ARCH="i486 arm"
    1.23 +
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	./configure \
    1.28 -		--includedir=/usr/include \
    1.29 +	./configure				\
    1.30 +		--includedir=/usr/include	\
    1.31  		$CONFIGURE_ARGS  &&
    1.32 -	make && make DESTDIR=$DESTDIR install
    1.33 +	make -j 1 &&
    1.34 +	make DESTDIR=$DESTDIR install
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.