wok annotate libnfc-dev/receipt @ rev 22010

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