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-04-26 19:13:08 +08:00
|
|
|
Version: 2.2.1
|
2007-09-16 15:55:58 +08:00
|
|
|
Requires:
|
|
|
|
Conflicts:
|
|
|
|
Libs: -L${libdir} -lOpenThreads
|
|
|
|
Cflags: -I${includedir}
|