wok annotate libnfc-dev/receipt @ rev 20423

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
parents 8ed62ecac0c7
children 3b8898f56b63
rev   line source
pascal@14169 1 # SliTaz package receipt.
pascal@14169 2
pascal@14169 3 PACKAGE="libnfc-dev"
pascal@18333 4 VERSION="1.7.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@14169 9 WEB_SITE="http://nfc-tools.org/index.php?title=Libnfc"
pascal@14169 10 WANTED="libnfc"
pascal@14169 11
pascal@18333 12 DEPENDS="libnfc pcsc-lite-dev libusb-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
pascal@14169 18 cp -a $install/usr/include $fs/usr
pascal@14169 19 cp -a $install/usr/lib/*a $fs/usr/lib
pascal@14169 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@14169 21 }