blob: 3ac1846654fb4958d16fe53b321b75f01bc27f35 (
plain)
1
2
3
4
5
|
pkg:setup
args = std_cmake_args + %W[-DCMAKE_INSTALL_NAME_DIR=#{opt_lib} -DCMAKE_BUILD_WITH_INSTALL_NAME_DIR=ON ]
cmake . *args
make DESTDIR=${PKG_DEST} install
bin.install "woff2_info", "woff2_decompress", "woff2_compress"
|