Add debian files.
This commit is contained in:
parent
bf5848e7a1
commit
f29fd29e64
8 changed files with 80 additions and 0 deletions
30
debian/control
vendored
Normal file
30
debian/control
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
Source: libnfc
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Maintainer: Romuald Conty <romuald.conty@free.fr>
|
||||
Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), libusb-dev, libpcsclite-dev
|
||||
Standards-Version: 3.7.3
|
||||
Homepage: http://www.libnfc.org/
|
||||
|
||||
Package: libnfc0
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, libusb-0.1-4, libpcsclite1 (>= 1.5), libccid (>= 1.3.10)
|
||||
Description: Near Field Communication (NFC) library
|
||||
libnfc is a Free Software NFC library. The supported NFC hardware devices are
|
||||
the ACS ACR122(U) NFC reader and various NFC-dongles. In principle all
|
||||
hardware based on the NXP PN53x NFC Controller chip is supported.
|
||||
|
||||
Package: libnfc-dev
|
||||
Architecture: any
|
||||
Depends: libnfc0, libusb-dev, libpcsclite-dev
|
||||
Description: Near Field Communication library (development files)
|
||||
libnfc is a Free Software NFC library. The supported NFC hardware devices are
|
||||
the ACS ACR122(U) NFC reader and various NFC-dongles. In principle all
|
||||
hardware based on the NXP PN53x NFC Controller chip is supported.
|
||||
|
||||
Package: nfc-tools
|
||||
Architecture: any
|
||||
Depends: libnfc0
|
||||
Description: Near Field Communication tools
|
||||
NFC tools are provide by libnfc team to be able to use NFC devices
|
||||
"out-of-the-box".
|
||||
Loading…
Add table
Add a link
Reference in a new issue