# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/vorbis-tools/vorbis-tools.conf # Copyright (C) 2007 - 2025 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 # --- T2-COPYRIGHT-END --- pkg_vorbis_tools_pm() { install -m 755 `match_source_file -p vorbisinfo` $root$bindir/vorbisinfo } hook_add postmake 3 "pkg_vorbis_tools_pm" # guide cross compilation, to not pick it up from the host pkginstalled curl || var_append confopt ' ' --without-curl