wok diff libnfc-dev/receipt @ rev 24814

updated libnfc and libnfc-dev (1.7.1 -> 1.8.0)
author Hans-G?nter Theisgen
date Tue Mar 22 17:39:27 2022 +0100 (2022-03-22)
parents 78a46345f6bb
children
line diff
     1.1 --- a/libnfc-dev/receipt	Tue Sep 10 09:01:01 2019 +0200
     1.2 +++ b/libnfc-dev/receipt	Tue Mar 22 17:39:27 2022 +0100
     1.3 @@ -1,22 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libnfc-dev"
     1.7 -VERSION="1.7.1"
     1.8 +VERSION="1.8.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Near Field Communication (NFC) library, development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="https://web.archive.org/web/20190207020154/http://nfc-tools.org/index.php?title=Libnfc"
    1.14  
    1.15 +DEPENDS="libnfc libusb-dev pcsc-lite-dev pkg-config"
    1.16  WANTED="libnfc"
    1.17 -DEPENDS="libnfc libusb-dev pcsc-lite-dev pkg-config"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p $fs/usr/lib
    1.23 -
    1.24 -	cp -a $install/usr/include		$fs/usr
    1.25 -	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.26 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.27 +	get_dev_files
    1.28  }