blob: 820b43fd887fd809229bb07c8732a25a01c54648 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
prefix=PREFIX
exec_prefix=${prefix}
libdir=${prefix}/LIBDIR
includedir=${prefix}/INCLUDEDIR
Name: libutf8proc
Description: UTF8 processing
Version: VERSION
Libs: -L${libdir} -lutf8proc
Cflags: -I${includedir} -DUTF8PROC_EXPORTS
|