2007-09-16 15:55:58 +08:00
|
|
|
# pkg-config source file
|
|
|
|
|
|
|
|
prefix=/usr
|
|
|
|
exec_prefix=${prefix}
|
|
|
|
libdir=${exec_prefix}/lib
|
|
|
|
includedir=${prefix}/include
|
|
|
|
|
|
|
|
Name: openthreads
|
|
|
|
Description: Object-Oriented (OO) thread interface for C++ programmers
|
2008-06-20 19:11:47 +08:00
|
|
|
Version: 2.3.0
|
2007-09-16 15:55:58 +08:00
|
|
|
Requires:
|
|
|
|
Conflicts:
|
|
|
|
Libs: -L${libdir} -lOpenThreads
|
|
|
|
Cflags: -I${includedir}
|