wok diff libidn/receipt @ rev 22325

updated yp-tools (2.12 -> 4.2.3)
author Hans-G?nter Theisgen
date Fri Nov 15 07:49:52 2019 +0100 (2019-11-15)
parents fa583ef36fa9
children 5d79829fa876
line diff
     1.1 --- a/libidn/receipt	Mon Feb 24 04:06:35 2014 +0100
     1.2 +++ b/libidn/receipt	Fri Nov 15 07:49:52 2019 +0100
     1.3 @@ -1,22 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libidn"
     1.7 -VERSION="1.21"
     1.8 +VERSION="1.35"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Encode and decode internationalized domain names."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL3 LGPL2.1"
    1.13 +WEB_SITE="https://www.gnu.org/software/$PACKAGE/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.gnu.org/software/$PACKAGE/"
    1.17  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.18 +
    1.19  HOST_ARCH="i486 arm"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd $src
    1.25  	./configure $CONFIGURE_ARGS &&
    1.26 -	make $MAKEFLAGS &&
    1.27 +	make $MAKEFLAGS -j 1 &&
    1.28  	make install
    1.29  }
    1.30  
    1.31 @@ -24,7 +25,7 @@
    1.32  genpkg_rules()
    1.33  {
    1.34  	mkdir -p $fs/usr/lib
    1.35 -	cp -a $install/usr/bin $fs/usr
    1.36 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.37 +
    1.38 +	cp -a $install/usr/bin		$fs/usr
    1.39 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.40  }
    1.41 -