02a811396f
while here, adjust .pc file to be in the same style as other .pc files bump REVISION OK landry@
11 lines
202 B
PkgConfig
11 lines
202 B
PkgConfig
prefix=/usr/local
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: raw
|
|
Description: libraw
|
|
Version: %%VERSION%%
|
|
Libs: -L${libdir} -lraw
|
|
Cflags: -I${includedir}/libraw
|