FreeTDM: freetdm.pc.in was still using "OpenZAP", fix the name and library name. Leaving the homepage tag alone for now until a new one has been set up(?).
This commit is contained in:
parent
9c5fc3a8e3
commit
f4c1dee95b
|
@ -1,17 +1,17 @@
|
|||
#
|
||||
# OpenZAP pkg-config file
|
||||
# FreeTDM pkg-config file
|
||||
#
|
||||
prefix=@prefix@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: OpenZAP
|
||||
Name: FreeTDM
|
||||
Description:
|
||||
Version: @PACKAGE_VERSION@
|
||||
URL: http://www.openzap.org/
|
||||
Requires:
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lopenzap
|
||||
Libs: -L${libdir} -lfreetdm
|
||||
Libs.private: -lm
|
||||
Cflags: -I${includedir}
|
||||
|
|
Loading…
Reference in New Issue