wok view libnfc-dev/receipt @ rev 22123

updated webdiapo (1 -> 13)
author Hans-G?nter Theisgen
date Sun Nov 03 16:32:37 2019 +0100 (2019-11-03)
parents 3b8898f56b63
children 76d48bfbaefd
line source
1 # SliTaz package receipt.
3 PACKAGE="libnfc-dev"
4 VERSION="1.7.1"
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 WANTED="libnfc"
12 DEPENDS="libnfc libusb-dev pcsc-lite-dev pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }