mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
12 lines
271 B
PkgConfig
12 lines
271 B
PkgConfig
|
prefix=/usr
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: talloc
|
||
|
Description: A hierarchical pool based memory system with destructors
|
||
|
Version: 2.0.1
|
||
|
Libs: -L${libdir} -ltalloc
|
||
|
Cflags: -I${includedir}
|
||
|
URL: http://talloc.samba.org/
|