wok annotate libnfc-dev/receipt @ rev 25031

Add fatcat
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 20 09:25:51 2022 +0000 (2022-05-20)
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 }