wok diff libidn/receipt @ rev 24942

BootProg: clear cmdline
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 20 15:10:50 2022 +0000 (2022-04-20)
parents 5d79829fa876
children b81ceff0b056
line diff
     1.1 --- a/libidn/receipt	Wed Jul 07 17:56:16 2021 +0000
     1.2 +++ b/libidn/receipt	Wed Apr 20 15:10:50 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libidn"
     1.7 -VERSION="1.35"
     1.8 +VERSION="1.38"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Encode and decode internationalized domain names."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,6 +11,8 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.15  
    1.16 +SUGGESTED="libidn-lang"
    1.17 +
    1.18  HOST_ARCH="i486 arm"
    1.19  
    1.20  current_version()
    1.21 @@ -23,15 +25,13 @@
    1.22  compile_rules()
    1.23  {
    1.24  	./configure $CONFIGURE_ARGS &&
    1.25 -	make $MAKEFLAGS -j 1 &&
    1.26 +	make $MAKEFLAGS &&
    1.27  	make install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33 -	mkdir -p $fs/usr/lib
    1.34 -
    1.35 -	cp -a $install/usr/bin		$fs/usr
    1.36 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.37 +	cook_copy_folders	bin
    1.38 +	cook_copy_files		*.so*
    1.39  }