Package Details: libnfc-git 1.7.1.r191.g216145f-1

Git Clone URL: https://aur.archlinux.org/libnfc-git.git (read-only, click to copy)
Package Base: libnfc-git
Description: Platform independent Near Field Communication (NFC) library
Upstream URL: http://nfc-tools.org/
Licenses: LGPL3
Conflicts: libnfc, libnfc-svn
Provides: libnfc
Replaces: libnfc-svn
Submitter: reki
Maintainer: reki
Last Packager: reki
Votes: 3
Popularity: 0.000000
First Submitted: 2013-01-31 14:25 (UTC)
Last Updated: 2018-01-25 16:12 (UTC)

Dependencies (5)

Required by (13)

Sources (1)

Latest Comments

potatoe commented on 2017-10-23 16:37 (UTC)

libnfc requires a config file, and this version is looking for it in /usr/etc/nfc. I found it useful to add the following option to the ./configure command in the PKGBUILD to instead use /etc/nfc (as used by the documentation and by the non-git arch package of libnfc): --sysconfdir=/etc

hardfalcon commented on 2015-05-10 08:21 (UTC)

The whole libnfc/nfc-tools stuff has been moved from Google Code to github a while ago. Here's an updated PKGBUILD: _pkgname=libnfc pkgname="${_pkgname}-git" pkgver=1.7.1.r28.gef74d81 pkgrel=1 pkgdesc='Platform independent Near Field Communication (NFC) library' arch=('i686' 'x86_64') url="http://nfc-tools.org/" license=('LGPL3') depends=('pcsclite' 'libusb') makedepends=('doxygen' 'zip' 'git') provides=("libnfc=${pkgver}") conflicts=(libnfc libnfc-svn) replaces=(libnfc-svn) source=("git+https://github.com/nfc-tools/libnfc.git") sha256sums=('SKIP') pkgver() { cd "$_pkgname" git describe --long | sed 's/^'"${_pkgname}-"'//' | sed 's/\([^-]*-g\)/r\1/;s/-/./g' } build() { cd ${srcdir}/${_pkgname} ./make_release.sh #autoreconf -vis ./configure --prefix /usr --enable-doc make } package() { cd ${srcdir}/${_pkgname} make DESTDIR=${pkgdir} install }

alucryd commented on 2013-02-18 09:00 (UTC)

merging into libnfc-git

haawda commented on 2013-02-17 20:08 (UTC)

Maybe you should ask for a merge on aur-general.

reki commented on 2013-01-31 14:27 (UTC)

Repository was moved to git. Use libnfc-git instead.

reki commented on 2012-11-19 16:50 (UTC)

Assuming your reader is supported: You need to start pcscd.

mehine2 commented on 2012-11-19 16:30 (UTC)

How to make my machine see the reader? nfc-list uses libnfc 1.6.0-rc1 (r1469) No NFC device found.