wok view libnfc-dev/receipt @ rev 24828

updated libshout and libshout-dev again (2.4.3 -> 2.4.5)
author Hans-G?nter Theisgen
date Wed Mar 23 17:27:54 2022 +0100 (2022-03-23)
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 }