mirror of
git://slackware.nl/current.git
synced 2024-11-16 07:48:02 +01:00
12 lines
253 B
PkgConfig
12 lines
253 B
PkgConfig
|
prefix=/usr
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=/usr/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: liblmdb
|
||
|
Description: Lightning Memory-mapped key-value database
|
||
|
URL: http://symas.com/mdb/
|
||
|
Version: @PACKAGE_VERSION@
|
||
|
Libs: -L${libdir} -llmdb
|
||
|
Cflags: -I${includedir}
|