wok diff libidn-dev/receipt @ rev 24924

Add as & asxxxx
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 13 10:27:34 2022 +0000 (2022-04-13)
parents bd3e2cbc0ec4
children
line diff
     1.1 --- a/libidn-dev/receipt	Thu Apr 11 14:17:59 2019 +0100
     1.2 +++ b/libidn-dev/receipt	Wed Apr 13 10:27:34 2022 +0000
     1.3 @@ -1,24 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libidn-dev"
     1.7 -VERSION="1.35"
     1.8 +VERSION="1.38"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Encode and decode internationalized domain names, development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL3 LGPL2.1"
    1.13  WEB_SITE="https://www.gnu.org/software/libidn/"
    1.14  
    1.15 +DEPENDS="libidn pkg-config"
    1.16  WANTED="libidn"
    1.17 -DEPENDS="libidn pkg-config"
    1.18  
    1.19  HOST_ARCH="i486 arm"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p $fs/usr/lib
    1.25 -
    1.26 -	cp -a $install/usr/include		$fs/usr
    1.27 -	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.28 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.29 +	get_dev_files
    1.30  }