14 lines
301 B
PkgConfig
14 lines
301 B
PkgConfig
#
|
|
# pkg-config(1) specification file for http://www.senga.org/unac/
|
|
#
|
|
prefix=@prefix@
|
|
exec_prefix=@prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: unac
|
|
Description: A C programmer's library that removes accents from a string.
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lunac
|
|
Cflags: -I${includedir}
|