wok annotate 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
rev   line source
pascal@14169 1 # SliTaz package receipt.
pascal@14169 2
pascal@14169 3 PACKAGE="libnfc-dev"
Hans-G?nter@24814 4 VERSION="1.8.0"
pascal@14169 5 CATEGORY="development"
pascal@14169 6 SHORT_DESC="Near Field Communication (NFC) library, development files."
pascal@14169 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14714 8 LICENSE="GPL2"
pascal@21824 9 WEB_SITE="https://web.archive.org/web/20190207020154/http://nfc-tools.org/index.php?title=Libnfc"
Hans-G?nter@21264 10
Hans-G?nter@24814 11 DEPENDS="libnfc libusb-dev pcsc-lite-dev pkg-config"
pascal@14169 12 WANTED="libnfc"
pascal@14169 13
pascal@14169 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14169 15 genpkg_rules()
pascal@14169 16 {
Hans-G?nter@24814 17 get_dev_files
pascal@14169 18 }