wok view libnfc-dev/receipt @ rev 14341

Up dropbear (2013.56)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 14 12:57:53 2013 +0200 (2013-04-14)
parents
children 4904e3d374a9
line source
1 # SliTaz package receipt.
3 PACKAGE="libnfc-dev"
4 VERSION="1.7.0-rc6"
5 CATEGORY="development"
6 SHORT_DESC="Near Field Communication (NFC) library, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://nfc-tools.org/index.php?title=Libnfc"
9 WANTED="libnfc"
11 DEPENDS="libnfc"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 }