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