# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/libyuv/libyuv.conf # Copyright (C) 2024 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- create_libyuv_pc_file() { cat <<-EOT > $root/$libdir/pkgconfig/libyuv.pc prefix=/$prefix exec_prefix=\${prefix} libdir=\${prefix}/${libdir##*/} includedir=\${prefix}/include/libyuv Name: libyuv Description: YUV Image Conversion Library Version: $desc_V Libs: -L\${libdir} -lyuv Cflags: -I\${includedir} EOT } hook_add postinstall 7 create_libyuv_pc_file