2020-04-04 15:38:55 +01:00
|
|
|
prefix=${homebrew_sdkroot}/usr
|
|
|
|
exec_prefix=/usr
|
2018-06-04 22:54:39 +01:00
|
|
|
libdir=${exec_prefix}/lib
|
|
|
|
includedir=${prefix}/include
|
|
|
|
|
|
|
|
|
|
|
|
Name: libxslt
|
|
|
|
Version: 1.1.29
|
|
|
|
Description: XSLT library version 2.
|
|
|
|
Requires: libxml-2.0
|
|
|
|
Libs: -L${libdir} -lxslt -lxml2 -lz -lpthread -licucore -lm
|
|
|
|
Cflags: -I${includedir}
|