comparison build/linux/pkgconfig_files/boost_filesystem.pc @ 169:49e0633b7dd2

* Update pkgconfig files
author cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
date Wed, 14 Jan 2009 16:58:51 +0000
parents 4a0efb7baf70
children
comparison
equal deleted inserted replaced
168:4264af33bb3c 169:49e0633b7dd2
11 exec_prefix=${prefix} 11 exec_prefix=${prefix}
12 libdir=${exec_prefix}/lib 12 libdir=${exec_prefix}/lib
13 includedir=${prefix}/include 13 includedir=${prefix}/include
14 14
15 Name: Boost Filesystem 15 Name: Boost Filesystem
16 Description: 16 Description: The Boost Filesystem Library provides portable facilities to query and manipulate paths, files and directories.
17 # Is that the correct version for boost filesystem? 17 Version: 1.33.1
18 Version: 0.6
19 Requires: 18 Requires:
20 Libs: -L${libdir} -lboost_filesystem 19 Libs: -L${libdir} -lboost_filesystem
21 Cflags: -I${includedir} 20 Cflags: -I${includedir}
22 21
23 # (end of boost_filesystem.pc) 22 # (end of boost_filesystem.pc)