11 lines
217 B
PkgConfig
11 lines
217 B
PkgConfig
|
prefix=/usr/local
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: libopensc
|
||
|
Description: OpenSC smartcard framework
|
||
|
Version: ${V}
|
||
|
Libs: -L${libdir} -lopensc
|
||
|
Cflags: -I${includedir}
|