wok view libnfc-dev/receipt @ rev 14379

Move from undigest: faenza-icon-theme-emblems fbpdf ffmpegthumbnailer-dev ffmpegthumbnailer foobillardplus-music foobillardplus gnucash hg-git moserial ptxdist re-alpine sbackup slib tumbler-dev tumbler vfu
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 22 21:54:08 2013 +0200 (2013-04-22)
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 }