13 lines
296 B
PkgConfig
13 lines
296 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: libfreefare
|
||
|
Description: MIFARE contactless tag access library
|
||
|
Version: @VERSION@
|
||
|
URL: http://code.google.com/p/nfc-tools
|
||
|
Requires: @PKG_CONFIG_REQUIRES@
|
||
|
Libs: -L${libdir} -lfreefare
|
||
|
Cflags: -I${includedir}
|