blob: 0c109c01c879057600f137681083fd2736245a90 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
prefix=%PREFIX%
libdir=${prefix}/lib
includedir=${prefix}/include
Name: libguid
Description: minimal and cross platform C++ GUID library
Version: %VERSION%
Libs: -L${libdir} -lcrossguid
Cflags: -I${includedir}
|