82 | | destroot { |
83 | | eval xinstall -W ${destroot.dir}/.libs \ |
84 | | [glob ${destroot.dir}/.libs/libharfbuzz-icu.*.dylib] \ |
85 | | libharfbuzz-icu.la \ |
86 | | ${destroot}${prefix}/lib |
87 | | |
88 | | # TODO: These reinplace hacks are bad. Use the appropriate make install target instead... |
89 | | |
90 | | reinplace "s|${destroot.dir}|${prefix}/lib|g" ${destroot}${prefix}/lib/libharfbuzz-icu.la |
91 | | reinplace "s|installed=no|installed=yes|" ${destroot}${prefix}/lib/libharfbuzz-icu.la |
92 | | copy ${destroot.dir}/.libs/libharfbuzz-icu.dylib ${destroot}${prefix}/lib |
93 | | xinstall -m 644 ${destroot.dir}/hb-icu.h ${destroot}${prefix}/include |
94 | | xinstall -m 644 ${destroot.dir}/harfbuzz-icu.pc ${destroot}${prefix}/lib/pkgconfig |
95 | | } |
| 82 | destroot.args nodist_pkginclude_HEADERS= pkginclude_HEADERS=hb-icu.h lib_LTLIBRARIES=libharfbuzz-icu.la pkgconfig_DATA=harfbuzz-icu.pc |